Hi, Wolfgang Strobl wrote:
On 8 Mar 2001, at 23:03, Tino Wildenhain wrote:
Hi karthick,
if your Zope is running on port 8080, you should either use:
GET / HTTP/1.0[enter][enter]
or more precisely:
GET / HTTP/1.1[enter]Host: yourhost[enter]connection: close[enter][enter]
This is because Zope does not support HTTP/0.9
telnet localhost 8080
GET /[enter}[enter]
HTTP/1.0 200 OK Server: Zope/Zope 2.3.1b1 (binary release, python 1.5.2, win32- x86) ZServer/1.1b 1 Date: Fri, 09 Mar 2001 07:47:48 GMT Content-Type: text/html Content-Length: 2746 ...
Oh, indeed? Ok, so it _does_ support HTTP/0.9 and Karthick forgot to press his enter key twice ;)
HTH Tino Wildenhain
karthick ramanarayanan wrote:
Why Am I not able to telnet to port 8080 and do a , GET / like you do on port 80. It just hangs. Whats the problem. Bye, A.R.Karthick