Re: error code -400 using URI with CGI-params ??
Bernhardt Juergen <[email protected]>
| Newsgroups | gmane.comp.lib.libwww |
|---|---|
| Message-ID | <F3C1A850D8F7D511BF120002A540C8EF02848673@ERLM511A.erl9.siemens.de> |
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