How do I find out the version of HTTP in a request using PHP and Apache

Posted by nohat on Stack Overflow See other posts from Stack Overflow or by nohat
Published on 2010-04-21T21:55:37Z Indexed on 2010/04/21 22:03 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

I need to determine whether an HTTP request was an HTTP/1.0 or an HTTP/1.1 request in my PHP script, which is running under Apache. Is there a way to query this information?

© Stack Overflow or respective owner

Related posts about php

Related posts about apache