Hello All,
Everyone pointed out that I should use full request headers,
but I don't think this is the problem, because when I use
just GET / from my home computer or other computers on another
networks with the same sites, I get full response. It's only
in one colocated Linux box that I have this problem, that cannot
open these sites using web browsers such as firefox and lynx, or
connect directly using telnet. Also, I tried using full request
headers, but it didn't really help. Here is an example:
telnet
www.bbc.co.uk 80
Trying 212.58.240.120...
Connected to
www.bbc.co.uk.
Escape character is '^]'.
GET / HTTP/1.1
Host:
www.bbc.co.uk
Connection: close
<CR>
<CR>
(still no response, just hanging)
It's very strange behaviour that I'm not even sure how to
diagnose. Any suggestion?
-ammar