IHeader

#4 / 1 rate

IHeader

318 users

2017-09-08

louis

Extension Information

5 star
0%
4 star
100%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Monitor and modify the request and response header of the page.

Monitor and modify the request and response header of the page.
IHeader可以新增、删除或编辑任意指定url的请求响应头,并且即使浏览器重启后,全局监听器依然有效。它适合用于HTTP缓存研究,HTTP接口字段调试,甚至还可以为接口调试时的跨域问题提供临时的解决方案(本人基于此完成了很多跨域接口的调试工作)。因此,只要您基于HTTP请求响应头去做事情,IHeader都可以帮您简化工作。至于如何使用,这里有一个向导:https://github.com/Louiszhai/IHeader/