Alter your HTTP request headers on the fly
Total ratings
3.65
(Rating count:
17)
Review summary
Pros
- Useful and clean interface.
- Adding request headers works effectively.
- Allows users to modify accept-language for better localization.
Cons
- Unable to remove the original header value once set.
- Only works for request headers, not response headers.
- Popup design is not ergonomic.
Most mentioned
- Adding request headers works.
- Unable to remove or alter header values after initial set.
- Convenient for language localization.
Upgrade to see all 21 reviews
User reviews
Recent rating average:
3.20
All time rating average:
3.65
Upgrade to see all 21 reviews
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2022-10-15 | Arnie97 | en | Unable to remove the original header value from the original request / response, and the popup design is not very ergonomic. | |
2021-11-25 | Alex | 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); | ||
2021-11-25 | Alex | en | 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); | |
2019-10-25 | Umbrella Connor | 不知道选项怎么用,但图片自动命名很方便 | ||
2019-10-25 | Umbrella Connor | zh | 不知道选项怎么用,但图片自动命名很方便 | |
2018-06-08 | gledos green | 十分方便的让我既能让chrome显示中文界面,又能让网页看不到我使用的语言。 使用前:accept-language: zh-CN,zh-TW;q=0.9,zh;q=0.8,en-US;q=0.7,en;q=0.6 使用后:accept-language: en-US | ||
2018-06-08 | gledos green | zh | 十分方便的让我既能让chrome显示中文界面,又能让网页看不到我使用的语言。 使用前:accept-language: zh-CN,zh-TW;q=0.9,zh;q=0.8,en-US;q=0.7,en;q=0.6 使用后:accept-language: en-US | |
2018-02-08 | Owen Boyle | 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. | ||
2018-02-08 | Owen Boyle | en | 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. | |
2017-09-11 | Mikhail Philimonov | Абсолютно нерабочая и бесполезная софтина! |
Upgrade to see all 21 reviews