Is there an IIS 7 Application Request Routing equivilent of Apache's ProxyPreserveHost?
Posted
by Jeff Mc
on Server Fault
See other posts from Server Fault
or by Jeff Mc
Published on 2010-04-02T19:16:31Z
Indexed on
2010/04/02
19:23 UTC
Read the original article
Hit count: 814
Title is basically it. I have tomcat running on localhost:8080 and I'm attempting to use IIS 7 with ARR to reverse proxy to it, which half works. The request is getting to tomcat but with the Host header of 127.0.0.1:8080, which the servlet is complaining about.
© Server Fault or respective owner