Modifying headers with IIS7 Application Request Routing

前端 未结 2 1294
礼貌的吻别
礼貌的吻别 2020-12-08 08:15

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 en

2条回答
  •  粉色の甜心
    2020-12-08 08:32

    You could set the preserveHostHeader flag by hand.

        
    
    
    

    In the iis configuration gui you can find this value under system.webServer/proxy.

提交回复
热议问题