Re: Web post component for https

From: Aleksey Kuznetsov (nospam_at_nospam.org)
Date: 08/14/04


Date: Sat, 14 Aug 2004 02:14:13 +0300

There is 2 functions in acUtils unit: URLEncode and URLDecode (add "acUtils"
to the uses clause). You can use them to convert spaces, asterisks and other
special characters to %hex_codes, and convert the string back.

Thanks,
Aleksey

"Andrew Diabo" <aadiabo@ix.netcom.com> wrote in message
news:411d4235@newsgroups.borland.com...
> Hi Aleksey,
>
> Is there a way to "massage" the string for the POSTData property so that
it
> is encoded
> correctly? For example, a string with spaces should be added with %20
before
> passing
> to the POSTData property. I know I can do it manually but if there is an
> utility to do this
> as well as to encode symbols, that would be helpful.
>
> Thanks again.
>
> Andrew