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 unescaping a buffer that was x-url-form-encoded ? -- Timothy Jewett Jewettware@online.nospam
Hi Timothy , Thanks for your post! Is the "web gateway" the CGI application? I think the IIS related newsgroup should be more suitable for this issue. I suggest you post in the following newsgroup: microsoft.public.platformsdk.internet.server.isapi-dev Thanks Best regards, Jeffrey Tan Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights.
No, it's not a cgi component. It is a c++ written web server that acts as a gateway to our infrstructure. I am not using any part of IIS. Just wondering if MS has a c/c++ library for escaping/unescaping a buffer that was escaped by an IE browser. I can find encoding/decoding with InternetCrackUrl and InternetCreateUrl but its not a Url just the Posted data stream. I could write one, but if one exists why not use it ? Thanks, -- Timothy Jewett Jewettware@online.nospam ""Jeffrey Tan[MSFT]"" wrote: > Hi Timothy , > > Thanks for your post! > > Is the "web gateway" the CGI application? I think the IIS related newsgroup > should be more suitable for this issue. I suggest you post in the following > newsgroup: > microsoft.public.platformsdk.internet.server.isapi-dev > > Thanks > > Best regards, > Jeffrey Tan > Microsoft Online Community Support > ================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > >
Hi Timothy , Thanks for your confirmation. I am not sure which library you are using to develop the webserver. Because InternetCrackUrl and InternetCreateUrl are both WinINet APIs, I suspect you are using the WinINet API. I have discussed this issue with our IIS support engineer Wen Jun Zhang, and we agree with you that this is a not IIS or ISAPI issue. Because we are not familiar with WinINet development, I think the WinINet newsgroup below is more suitable for your issue: microsoft.public.inetsdk.programming.wininet I hope the experienced WinINet member there will provide the correct direction. Thanks for your understanding. Best regards, Jeffrey Tan Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. ==============
Thanks, I'll try them. -- Timothy Jewett Jewettware@online.nospam ""Jeffrey Tan[MSFT]"" wrote: > Hi Timothy , > > Thanks for your confirmation. > > I am not sure which library you are using to develop the webserver. Because > InternetCrackUrl and InternetCreateUrl are both WinINet APIs, I suspect you > are using the WinINet API. > > I have discussed this issue with our IIS support engineer Wen Jun Zhang, > and we agree with you that this is a not IIS or ISAPI issue. Because we are > not familiar with WinINet development, I think the WinINet newsgroup below > is more suitable for your issue: > microsoft.public.inetsdk.programming.wininet > > I hope the experienced WinINet member there will provide the correct > direction. Thanks for your understanding. > > Best regards, > Jeffrey Tan > Microsoft Online Community Support > ================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > ================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > ============== > >