| |
Need to view http post commands? Download HTTP Debugger Pro!
Click to see screenshots.
What is http post?
For the web, the http post is the the most commonly used method for submitting data to a web server. For example when you log into your webmail account, your login & password usually are sent to the server with http post request. The difference between get and http post methods is mainly defined by the terms of data encoding. The get has problems related to handling lengthy URLs while with http post you can send as long URLs as needed. Also the http post can be used with non-ASCII characters.
The http post is used if the service is associated with the form processing with side effects. It is recommended to use http post if there is a database modification.
The http post allows posting messages to a bulletin boards, mailing lists and newsgroups. The http post is used for providing data blocks to the server. For example, the http post can be used for submitting completed form details. The http post is also used for data-handling; appending new entities to a database is usually done with http post.
The http post responses are not cacheable, unless the http post response contains the appropriate header. However, the http post response is used to transfer cacheable resources. The web server defines an actual function performed while receiveing the http post request from a web browser and the http post usually depends on the request-URI.
Analyze http post commands with HTTP Debugger Pro!
|
|
 |
Learn more about HTTP Debugger Pro with a FREE 14-day Trial! |
 |
 |
|
- View http post headers.
- View http post parameters sent in http content.
- Measure the size and time for processing each particular http post command.
- View the page simultaneously in all browsers analyzing http post.
- View and analyze third-party websites learning how they use http post.
- Proxy settings change is not required.
- Supports HTTPS, redirection, compression and chunked encoding when viewing of http post and other parameters.
|
|
 |
|
 |
Click to see screenshots.
Example of http post command
POST /accounts/LoginAuth HTTP/1.1
Host: www.google.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.1)
Gecko/2008070208 Firefox/3.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://www.google.com/accounts/ManageAccount
Content-Type: application/x-www-form-urlencoded
Content-Length: 138
continue=https%3A%2F%2Fwww.google.com%2Faccounts%2F
ManageAccount&Email=google%40httpdebugger.com&
Passwd=12345678&rmShown=1&signIn=Sign+in&asts=
Download http post viewer now!
|
|