Created
January 10, 2013 20:46
-
-
Save IQAndreas/4505636 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ telnet jw.org 80 | |
Trying 54.246.51.69... | |
Connected to jw.org. | |
Escape character is '^]'. | |
GET / HTTP/1.0 | |
HTTP/1.1 403 Forbidden | |
Server: Varnish | |
Content-Type: text/html; charset=utf-8 | |
Content-Length: 318 | |
Accept-Ranges: bytes | |
Date: Thu, 10 Jan 2013 20:32:14 GMT | |
Connection: close | |
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<title>403 Forbidden</title> | |
</head> | |
<body> | |
<h1>Error 403 Forbidden</h1> | |
<p>Forbidden</p> | |
<p>XID: 1470508791</p> | |
</body> | |
</html> | |
Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment