Mark A. Richman
2004-11-17 14:40:10 UTC
How would I go about writing an ISAPI Filter that takes all requests matching an expression (for example, FrontPage publishing requests) and proxies those requests to a specific machine? Basically I need to match "fpadmdll.dll" in the HTTP request, forward the request to another machine, and then forward its response back to the client.
I got as far as creating a skeleton MFC ISAPI Filter called CFPProxyFilter, and have overrides for all the CHttpFilter virtual functions. I would be surprised to learn that I'm the first person to do this.
Any and all help is appreciated!
- Mark
I got as far as creating a skeleton MFC ISAPI Filter called CFPProxyFilter, and have overrides for all the CHttpFilter virtual functions. I would be surprised to learn that I'm the first person to do this.
Any and all help is appreciated!
- Mark