Not really sure what group to post this too..... I have written a web gateway in C++ and was wondering if MS has an API for escaping/unescaping a buffer to conform with x-url-form-encoded data ? -- Timothy Jewett Jewettware@online.nospam
Hi Timothy, ISAPI does not offer a function to do this. It's possible that one of the client SDKs has something. You might try checking on a forum specializing in HTTP client development. Thank you, -Wade A. Hilmo, -Microsoft "Timothy Jewett" <jewettware@online.nospam> wrote in message news:6EE9482B-8275-46B1-AC1B-B014D178BDAC@microsoft.com... > Not really sure what group to post this too..... > I have written a web gateway in C++ and was wondering if MS has an API for > escaping/unescaping a buffer to conform with x-url-form-encoded data ? > > -- > Timothy Jewett > Jewettware@online.nospam
Hi Timothy, You may check if there are any suggestions from our WinInet newsgroup: microsoft.public.inetsdk.programming.wininet Best regards, WenJun Zhang Microsoft Online Partner Support This posting is provided "AS IS" with no warranties, and confers no rights.