IIS 8.5 How to set up reverse proxy with URL Rewrite
问题 I am trying to get one (public) server A to act as a reverse proxy for another (private) server B. Server B is visible to server A. i.e. if I'm on server A and I type in a browser: https://serverb.us/folder/application I see the application. I want it so that if the user types: https://servera.us/folder/application he sees the web application that is on server B. Is that possible? I have tried adding a rewrite rule in IIS Manager by doing URL Rewrite > Add Rule(s) > Reverse Proxy > I changed