14,970
edits
(→Display HTTP headers of a web page: +curl) |
|||
| Line 21: | Line 21: | ||
=== Display HTTP headers of a web page === | === Display HTTP headers of a web page === | ||
* {{Chrome}}: Press {{kbd | key = F12}} to open the '''Developer Tools''' window -> Switch to ''Network'' panel -> Click the ''Headers'' to display the HTTP headers of a web page. (1)Section ''Query String Parameters'' for HTTP GET request (2)Section ''Form Data'' for HTTP POST request. Further reading: [https://developers.google.com/chrome-developer-tools/docs/network?hl=zh-TW Chrome DevTools — Google Developers] | |||
* [http://getfirebug.com/ Firebug] for {{Fx}}: Menu -> Net | * [http://getfirebug.com/ Firebug] for {{Fx}}: Menu -> Net | ||
* [http://livehttpheaders.mozdev.org/ LiveHTTPHeaders] for {{Fx}} | * [http://livehttpheaders.mozdev.org/ LiveHTTPHeaders] for {{Fx}} | ||
* [http://www.ericgiguere.com/articles/masquerading-your-browser.html Masquerading Your Browser]: also offer the tool [http://www.ericgiguere.com/tools/http-header-viewer.html HTTP Header Viewer] {{access | date=2012-05-16}} | * [http://www.ericgiguere.com/articles/masquerading-your-browser.html Masquerading Your Browser]: also offer the tool [http://www.ericgiguere.com/tools/http-header-viewer.html HTTP Header Viewer] {{access | date=2012-05-16}} | ||
* [https://curl.haxx.se/ curl] {{access | date=2018-09-20}} | * [https://curl.haxx.se/ curl] {{access | date=2018-09-20}} | ||