IIS AAR – URL Rewrite for reverse proxy – how to send HTTP_HOST
Trying to use AAR as a reverse proxy in front of several back end IIS servers.
Trying to use AAR as a reverse proxy in front of several back end IIS servers.
I’m using IIS7 Application Request Routing in front of Tomcat as a replacement for ISAPI redirection. The basic reverse proxy function is working well, but I don’t have enough information in the final request headers. My application exists on several subdomains: customerone.ourservice.com, customertwo.ourservice.com, etc. Each subdomain runs the same application, but with different branding graphics.
I am implementing a reverse proxy for routing requests to a backend server.