Hi,
I'm still looking for a way to use IIS like a proxy. Actually I want to create module for additional analysis of html code, that goes thru that proxy.
In the article http://blogs.iis.net/wonyoo/archive/2008/07/26/relationship-between-application-request-routing-and-url-rewrite-modules.aspx the author writes that ARR checks whether the URL matches any server group name. In case if it does not match it is working as proxy.
So, I do following:
-
Set no rules for URL rewriter
-
Set no server groups for ARR
-
Set proxy in LAN settings of connection tab to 127.0.0.1:80
-
Go to microsoft.com and see IIS7 welcome page.
Then I've tried to create one rule for URL rewriter - wildcard:* and action {R:0}
And it seems that ARR does not works again.
Can you describe how to use ARR as proxy more detailed please. Thanks in advance.