Header-Editor
17 ratings
)Overview
Alter your HTTP request headers on the fly
Header-Editor is an extension that will allow you to create and use arbitrary HTTP headers in Chrome. The following permissions are needed for Header-Editor to run: - webRequest - Used to access the requests being sent out. - webRequestBlocking - So that headers are modified before being sent. - <all_urls> - All URLs are asked for since the extension cannot know ahead of time where it will be needed. Note: Response headers do not appear in the Network Inspector, however they are supplied to your code. For more details, see: - http://hexcoder.us/2013/08/08/response-headers-and-chrome-extensions/ - https://code.google.com/p/chromium/issues/detail?id=258064
3.6 out of 517 ratings
Google doesn't verify reviews. Learn more about results and reviews.
Arnie97Oct 15, 2022
Unable to remove the original header value from the original request / response, and the popup design is not very ergonomic.
AlexNov 25, 2021
This how to view response headers: var req = new XMLHttpRequest(); req.open('GET', document.location, false); req.send(null); var headers = req.getAllResponseHeaders().toLowerCase(); alert(headers);
Owen BoyleFeb 8, 2018
If you set a header it works the first time (on the server, you can see the header arriving). But then, if you alter the header value, it still sends the original value. It kept sending a particular value even after I deleted that header. Maybe you are supposed to restart the browser after changes but I'm not going to do that.
Details
- Version2.2.0
- UpdatedApril 13, 2015
- Offered by67726e
- Size131KiB
- LanguagesEnglish
- Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
Support
For help with questions, suggestions, or problems, please open this page on your desktop browser