
HTTP Headers
大小:0.08MiB版本:v 1.0更新时间:2020-07-03
View the HTTP headers of the current page.
HTTP Headers 的使用方法详解,最全面的教程
HTTP Headers 描述:
用户数:6000
分类:开发者工具插件
扩展大小:0.08M
最后更新时间:2020-07-03
版本:v 1.0
HTTP Headers 插件简介:
这是来自Chrome商店的 HTTP Headers 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
HTTP Headers插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
HTTP Headers插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/View the HTTP headers of the current page.
HTTP Headers allows you to quickly see the HTTP header information for the current URL.
This extension can be helpful if you want to:
* Debug web application
* Follow redirect path
* See cookies sent by remote site
* See which web server the remote site is using
* See the headers sent to the server
* See which headers the server returns
* See the HTTP verbs used.
* See Response Codes
This extension shows you the headers as they were sent to the page you are viewing. It is not making a second request as some other extensions.
And you do not need to reload the page to see the HTTP headers. This is useful when there are random errors in some cases or if you are a website owner or web developer and want to quickly see the current HTTP request and response.
Developers often want to sniff the REST headers and find that the header information is often more important than the body.
The HTTP headers gives you a lot of information that helps you to determine technology used(Ruby on Rails, ASP.NET, PHP, JBoss, etc.), if the page is cached, encoding and much more.
You can for example get information about Server, Content-Encoding, Content-Type, Content-Length, Expires, Cache-control, X-Powered-By, X-Version, X-Cache, X-AspNet-Version, X-XSS-Protection, X-Content-Security-Policy and many others.
Also see the verbs like GET, POST, HEAD, DELETE, PUT etc.
Hope you find this extension useful.