Created
March 9, 2013 15:53
-
-
Save qknight/5124601 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 localhost 80 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
GET http://www.google.com HTTP/1.0 | |
HTTP/1.1 403 Forbidden | |
Date: Sat, 09 Mar 2013 15:53:03 GMT | |
Vary: Accept-Encoding | |
Content-Length: 282 | |
Connection: close | |
Content-Type: text/html; charset=iso-8859-1 | |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> | |
<html><head> | |
<title>403 Forbidden</title> | |
</head><body> | |
<h1>Forbidden</h1> | |
<p>You don't have permission to access / | |
on this server.</p> | |
<hr> | |
<address>Apache/2.2.14 (Ubuntu) Server at www.google.com Port 80</address> | |
</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