Re: error code -400 using URI with CGI-params ??

I found my error: by using URI with form data, I have to put a slash ('/')
at the end of the URI:
wrong: http://www.bernhardtsweb.de?session=4711
ok: http://www.bernhardtsweb.de/?session=4711
Now, this request will operate with and without proxy!
-- Juergen

Received on Friday, 10 January 2003 07:06:22 UTC