Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : Re: idHTTP.Get(filename_with_spaces)
| Subject: | Re: idHTTP.Get(filename_with_spaces) |
| Posted by: | "dpap" (dp..@softwaypro.gr) |
| Date: | Thu, 14 Sep 2006 21:34:55 |
>
> http error 400 means bad request. Sounds to me like the contents of the
> Get request are becoming corrupt in the case of the PC that fails.
>
No, there are corrupted contents. The server doesn't recognise the filename
written in greek character set, like i had request an unexisted file.
If i ask for any file with name in english (ASCII 32..127) all works fine.
If i rename it (e.g. changing a single char to Greek, ASCII 128..255) i
receive the error 400 Bad request. Inverting the change all works fine
again. All of these at the one PC. At the other PC, any change is
acceptable.
The conditions of the two PCs and the Delphi code/settings are the same and
the file requests are the same.
Isn't this a mystery ?
thanks