Header-Editor

#3.65 / 17 rate

Header-Editor

6,000 users

2015-04-13

67726e

Extension Information

5 star
57%
4 star
0%
3 star
14%
2 star
19%
1 star
10%

Supported Languages

Permissions

Description

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 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

Reviews

Arnie97
Arnie97

Unable to remove the original header value from the original request / response, and the popup design is not very ergonomic.

Alex
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);

Umbrella Connor
Umbrella Connor

不知道选项怎么用,但图片自动命名很方便

Similar extensions

Requestly - Intercept, Modify & Mock HTTP Requests
Requestly - Intercept, Modify & Mock HTTP Requests

https://requestly.com

Redirect Path
Redirect Path

https://www.ayima.com

ModBox - Modify, block, redirect
ModBox - Modify, block, redirect

Rob Phillips

tweak: mock and modify HTTP requests
tweak: mock and modify HTTP requests

https://tweak-extension.com