Developer resources
Welcome to /dev, our resource area for Web developers and netheads.
All tools and information on this site are provided "as is", and carry absolutely no warranty whatsoever!
Zen Solutions accepts no responsibility for any effects, defects, failures or inaccuracies.
That said, if you do find any problems, please contact us and give us your feedback.
HTTP Request Headers
This page displays all the HTTP Request Header information which was received by the server. This includes GET and POST form parameters, cookies and file upload requests, and is useful when debugging a GET or POST operation.
None of the information you send to this page is recorded or used in any way by Zen Solutions.
What do I do?
To check on the values being returned by a GET or POST operation, just replace your HTML form's action="..." with action="http://zensolutions.co.nz/dev/httpdump".
The list below shows all the parameters received :
GET parameters
| Name | Value |
|---|---|
| foo | bar |
POST parameters
None
Cookies
None
Files uploaded
None
Other Request parameters
| Name | Value |
|---|---|
| REMOTE_ADDR | 54.234.67.55 |
| HTTP_USER_AGENT | CCBot/2.0 |
| HTTP_ACCEPT | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| HTTP_ACCEPT_ENCODING | x-gzip, gzip, deflate |
| HTTP_ACCEPT_LANGUAGE | en-us,en-gb,en;q=0.7,*;q=0.3 |
| SERVER_PROTOCOL | HTTP/1.0 |
| SERVER_PORT | 80 |
| REMOTE_PORT | 39239 |
| REQUEST_METHOD | GET |