I am trying to use IIS with application request routing as a reverse proxy for a Jenkins instance running on the same host. The host is running Windows Server 2016 (Server Core).
Jenkins runs on localhost: 8080, and the default IIS site (which I use as the reverse proxy site) is at 10.0.0.84:80 I was able to rewrite the URL for this tutorial to work , but it doesn’t work with Jenkins CSRF support and will report 403s due to "Baby" is not present.
I assume that I need some kind of outbound rewrite rule to make this work properly. I searched the Internet and did not find anyone else who succeeded.
source
share