1828316 Members
3503 Online
109976 Solutions
New Discussion

http-headers

 
SOLVED
Go to solution
Dan Am
Frequent Advisor

http-headers

i tried to see http-headers by telnetting to port 80 and issuing "HEAD /"
however return is error 500 - command not valid in version 0.9
how can i conduct a proper raw session , or otherwise view headers
do what you can. don't if you can't.
1 REPLY 1
Dave Kelly_1
Respected Contributor
Solution

Re: http-headers

You could try

HEAD / HTTP/1.0

Hit return twice and this should return the header information.