On my Squid machine when I do:
 
   telnet localhost 80
   GET http://hostname/ HTTP/1.1
   HOST: hostname
 
I get the normal html page. However, when I do:
 
   telnet localhost 3128
   GET http://hostname/ HTTP/1.1
   HOST: hostname
 
I get access denied and server closes connection.
My question is , What is the difference between the two requests sent to squid that made the origin server refuse the second query and what type of access list at the origin server that would refuse in the second case
 
Regards,
--Mohammed Hamed

Reply via email to