Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: Where did the +-sign go?
| Subject: | Re: Where did the +-sign go? |
| Posted by: | "José Montebarra" (jose.montebar..@montebarraltd.uk) |
| Date: | Wed, 31 Oct 2007 22:54:06 |
Thanks for answering,
Tried quoting, no luck!
The +-sign is still replaced by space when parsed.
I guess it has something to do with "+" being a special character in html,
but am I supposed to specify some header in my request(using TIdHttp) to get
the web-app to understand that in my case "+" is ment to be "+" ?
The strange thing I think is that the unparsed request keeps "+" as "+"
Regards
José
"Dennis Passmore" <somewhere@someplace.com> skrev i meddelandet
news:okghi39bjc3mei2dto28k5a6b8unki1urb@4ax.com...
> >ClientId
>
> what type do you except ClientId to be?
> a string has to be quoted
> a number value does not
> since your code does not imply either the compiler is guessing.