3.6 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
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.
Matthias WehrleinApr 22, 2016
Works like a charm, thanks! The one review here with 3 stars can simply be ignored. If that guy'd be able to read, he'd notice that this extension's description clearly says it's for request headers only. #wtf
Star BrilliantOct 26, 2014
Finally I found the one that suits me. Useful and clean.
Michael SimpsonJan 14, 2014
Adding request headers works. but not response headers.
Gabriel PotvinDec 22, 2013
Super!
Jürgen WeidnerSep 11, 2013
Simple to use and works perfectly.