HTTP Web-Sniffer 1.0.36 by Lingo4you - Sprachen Online Lernen

View HTTP Request and Response Header

For more information on HTTP see RFC 2616

HTTP(S)-URL: (IDN allowed)

HTTP version:

• Request type:

HTTP Request Header

Connect to 188.223.83.52 on port 80 ... ok

GET /my/application_xml.html HTTP/1.1[CRLF]
Host: dean.edwards.name[CRLF]
Connection: close[CRLF]
Accept-Charset: ISO-8859-1,UTF-8;q=0.7,*;q=0.7[CRLF]
Cache-Control: no[CRLF]
Accept-Language: de,en;q=0.7,en-us;q=0.3[CRLF]
Referer: http://web-sniffer.net/[CRLF]
[CRLF]

HTTP Response Header

NameValueDelim
Status: HTTP/1.1 200 OK
Date:Thu, 02 Sep 2010 14:44:09 GMT
Server:Apache/2.2.6 (Win32) PHP/5.2.5
X-Powered-By:PHP/5.2.5
Cache-Control:max-age=18000
Expires:Thu, 02 Sep 2010 19:44:09 GMT
Vary:Accept-Encoding
Content-Length:757
Connection:close
Content-Type:application/xml

Content (0.74 KiB)

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- prevent IE from rendering a DOM tree -->
<?xml-stylesheet type="text/xsl" href="xhtml.xsl"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- dean.edwards/2004 -->
<!-- keeping code tidy! -->
<head>
  <title>Validate this!</title>
</head>
<body>
  <h1>Validate this!</h1>
  <p>
      <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fdean.edwards.name%2Fmy%2Fapplication_xml.html"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a>
    </p>
</body>
</html>