HTTP request and response data tool: Difference between revisions
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
== HTTP request and response data tool == | == HTTP request and response data tool == | ||
Testing the <span title="應用程式介面 (Application Programming Interface, API)"><span style="cursor:help; Border-bottom-style:dotted; Border-bottom-width:thin;" class="acronym">API</span></span> or pressure test. | |||
=== HTTP headers generator === | === HTTP headers generator === | ||
* [[Apache Jmeter]] v. 2.7<ref>[http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf JMeter proxy Step-by-step]</ref> | * [[Apache Jmeter]] v. 2.7<ref>[http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf JMeter proxy Step-by-step]</ref> | ||
Revision as of 15:23, 31 May 2017
<< Testing
HTTP request and response data tool
Testing the API or pressure test.
HTTP headers generator
- Apache Jmeter v. 2.7[1]
- approach 1: (1) Add config element: HTTP request defaults (2) Add Sampler: HTTP request (3) Add Listener: View results tree (4) Run the test plan
- approach 2: (1) install unofficial jmeter-plugins (2) Add Sampler: jp@gc - HTTP Raw Request[2] (3) Add Listener: View results tree (4) Run the test plan
- Fiddler free web debugging proxy for Win
telnet localhost 80 "header content" Enter Enter
- Postman & for Postman Interceptor Chrome
Display HTTP headers of a web page
- Firebug for Firefox
: Menu -> Net - LiveHTTPHeaders for Firefox
- Masquerading Your Browser: also offer the tool HTTP Header Viewer [Last visited: 2012-05-16]
- Chrome
: Press 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: Chrome DevTools — Google Developers
other tools
- Packet sniffer: Wireshark, URL Snooper
- Poster[1] for Firefox
- HttpWatch 9.0: HTTP Sniffer for IE
, Firefox
and iPhone
- Steps to view the POST data: (1)start recording HTTP requests (2)click URL (3)switch the label to POST Data
Web page compression check
online gzip test
- GIDZipTest: Web Page Compression (Deflate / Gzip) Test - GIDNetwork: A simple online web page compression / deflate / gzip test tool
- Port80 Software » Products » File Compression for IIS Servers
- Web Ping
- List of HTTP status codes - Wikipedia, the free encyclopedia
- html - capturing ajax requests - Stack Overflow [Last visited: 2015-09-01]