Header-Editor Header-Editor

Developer Tools
Version: 2.2.0
Last Update: 2015-04-13

User Reviews


avatar Alex
2021-11-25

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

avatar Umbrella Connor
2019-10-25

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

avatar gledos green
2018-06-08

十分方便的让我既能让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

avatar Owen Boyle
2018-02-08

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.

avatar Mikhail Philimonov
2017-09-11

Абсолютно нерабочая и бесполезная софтина!

avatar Matthias Wehrlein
2016-04-22

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

avatar Star Brilliant
2014-10-26

Finally I found the one that suits me.
Useful and clean.

avatar Michael Simpson
2014-01-14

Adding request headers works. but not response headers.

avatar Gabriel Potvin
2013-12-22

Super!

avatar Jürgen Weidner
2013-09-11

Simple to use and works perfectly.

Related Extensions