--- 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
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"
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
3 matches
Mail list logo