I need the Host: header for a transparent proxy. And that is only supported by HTTP/1.1. Does everyone use HTTP/1.1?

link|improve this question

2  
Have a look at this stackoverflow.com question and answers. – Iain Mar 20 '11 at 11:19
feedback

1 Answer

up vote 1 down vote accepted

Found an answer. My priority was needing the Host: header. Apparently, most HTTP/1.0 clients just tack it on, so I accept HTTP/1.0, but require a Host: header.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.