Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2007 Mar : Passing data from Wildcard application maps to ISAPI Filter
| Subject: | Passing data from Wildcard application maps to ISAPI Filter |
| Posted by: | "Gaspar" (gasp..@no-reply.com) |
| Date: | Fri, 16 Mar 2007 14:54:02 |
Is there any way to pass data from Wildcard application maps to ISAPI
Filter?
Right now, I'm passing data in the URL (I modify the URL with
HSE_REQ_EXEC_URL and then ISAPI filters sees the modified version) but I
don't want this data to arrive to the client browser.
Is there any server procedure, ECB property, etc.?
Thanks!