The tables below echo the HTTP GET request data sent to the servlet.
Point your HTML form at this servlet to check the parameters and headers sent by your browser. Ideal for debugging forms; supports GET and POSTmethods.
<form action="http://www.codestyle.org/servlets/EchoRequest" method="get"> ... </form>
| Parameter name | Parameter value |
|---|---|
| referrer: | Site log |
| Header name | Header value |
|---|---|
| x-cc-id: | ccc02-02 |
| if-modified-since: | Thu, 07 Jan 2010 07:47:32 GMT |
| host: | www.codestyle.org |
| user-agent: | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| accept: | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| accept-language: | en-us,en;q=0.5 |
| accept-encoding: | gzip |
| accept-charset: | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| cache-control: | no-cache |
| pragma: | no-cache |
| x-forwarded-for: | 38.107.191.98 |
| x-host: | www.codestyle.org |
| x-forwarded-proto: | http |
The information on this screen is private, only you can see it, but most of the header fields are sent to all Web sites you visit. See the Code Style privacy statement for more information.