Discussion:
ISAPI Filter as Proxy
(too old to reply)
Mark A. Richman
2004-11-17 14:40:10 UTC
Permalink
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
Mark A. Richman
2004-11-21 20:15:06 UTC
Permalink
I think I am looking for source to the ISAPI equivalent of Apache's
mod_proxy ProxyPass feature.
Alex Ostapenko
2004-11-23 10:52:20 UTC
Permalink
Hello Mark,
You wrote on Sun, 21 Nov 2004 15:15:06 -0500:

MAR> I think I am looking for source to the ISAPI equivalent of Apache's
MAR> mod_proxy ProxyPass feature.

You could try our ISAPI_Rewrite filter/proxy instead of writing your own
solution. :)

With best wishes,
Alex Ostapenko,
Helicon Tech.

Continue reading on narkive:
Loading...