Re: [PHP] get method http 1.1 eror

2003-11-11 Thread Chris Shiflett
--- QT <[EMAIL PROTECTED]> wrote: > I am using following method for GET but I am getting this error from > server; > > HTTP/1.1 505 HTTP Version Not Supported This means that the version of HTTP that you are using is not supported by the server you are sending your request to. > fputs ($fp, "GET

Re: [PHP] get method http 1.1 eror

2003-11-11 Thread Marek Kilimajer
QT wrote: Dear Sirs, I am using following method for GET but I am getting this error from server; HTTP/1.1 505 HTTP Version Not Supported Content-Type: text/plain Date: Tue, 11 Nov 2003 10:08:44 GMT Server: Apache Coyote/1.0 Connection: close Weird. Use HTTP/1.1 then. And add "Connection: close"

[PHP] get method http 1.1 eror

2003-11-11 Thread QT
Dear Sirs, I am using following method for GET but I am getting this error from server; HTTP/1.1 505 HTTP Version Not Supported Content-Type: text/plain Date: Tue, 11 Nov 2003 10:08:44 GMT Server: Apache Coyote/1.0 Connection: close \n"; } else { fputs ($fp, "GET / HTTP/1.0\r\nHost: www.exam