View and analyze all HTTP request sent by a web browser to the web server. By analyzing HTTP request headers you can
retrieve a wide range of information provided by your web browser. For example you can view HTTP request method (GET, POST, PUT, DELETE, etc),
supported HTTP version, requested URL, accepted encodings and charsets, cookies and etc. The HTTP request content may contain submitted
form details, uploaded images and files.
HTTP Request OverviewHTTP, Hyper Text Transfer Protocol (HTTP in short); the World Wide Web protocol that performs the request and retrieve functions of a server. It is commonly seen as the first part of a website address.HTTP Request: When your browser requests a web page from a web server, it sends an HTTP request with various bits of information about itself. HTTP request consists from HTTP request header and optionally from HTTP request content. To view HTTP Request you need
|
View HTTP RequestIt is extremely easy to capture and view HTTP requests. Just install the HTTP Debugger, run it then click on the 'Debug Program' and start intercepting HTTP protocol and viewing HTTP requests.
|