View Single Post

  #1 (permalink)  
Old 12-20-2006
shadow
 
Posts: n/a
Default HEAD should be treated the same as GET?

I'm curious where the similarities fall apart with Apache 2.2. Why do
I get a 200 response code for "GET / HTTP/1.0", yet I get a 403 when
using "HEAD / HTTP/1.0"? Is this a configuration issue or is it just
part of the way Apache handles HEAD requests? I apologize beforehand
for my newbiness.

- Shadow