ch3.org.uk

Get Firefox!

Just a little radical?

Really Weird Shit

2006-02-08 13:22:00
telnet www.phase.org 80
GET /

- this works from our dev box (default page of course).



telnet www.phase.org 80
GET / HTTP/1.1
Host: www.phase.org

- this does not work from our dev box (connection returns no data and times out). Works from my office desktop & home server though...
Lynx works on the dev box, php's file_get_contents() doesn't.


ETA:
telnet www.phase.org 80
GET http://www.phase.org/

works, and

telnet www.phase.org 80
GET http://www.phase.org/ HTTP/1.1

returns as "Invalid request"
Any ideas?

Post new comment

Subject:
Your name:
Your email:
The number above:
Hide email address:
Email me replies:
Format: [TEXT]
Message:

<< First | < Previous | Next > | Last >>