开发者

Is there a Google Chrome extension to inject custom HTTP headers in each request? [closed]

开发者 https://www.devze.com 2023-03-29 17:39 出处:网络
Closed. This questi开发者_开发问答on is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This questi开发者_开发问答on is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

Firefox has the "modifyheaders" plugin. Is there anything like it for Google Chrome?


There's a bunch of nice extensions now!

Modifying headers for all requests

  • Modify Headers using Requestly
  • Modify Header Value
  • ModHeader

Generic HTTP / REST clients

  • Postman REST Client (Packaged App) - closed source, but used to be open source
  • DHC - REST/HTTP API Client - closed source, but faster and more robust than POSTman
  • Advanced REST Client - open source


This plugin injects headers into all requests. Modify Headers Plugin


You can add/modify/delete headers site wise by using this tool called netspanner.

Netspanner-Modify Request Headers for Chrome.

https://chrome.google.com/webstore/detail/net-spanner/jlgbkimmjlnlenacfaclmmoaooicldnn


Use the WebRequest API.

This was recently asked in another SO post.

0

精彩评论

暂无评论...
验证码 换一张
取 消