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 questionFirefox 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.
精彩评论