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>
| Header name | Header value |
|---|---|
| x-cc-id: | ccc03-02 |
| 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 |
| cookie: | PHPSESSID=fc5cdece94139739b3ad6c03cad6f8b7 |
| x-forwarded-for: | 38.107.179.234 |
| 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.