I am trying to use IIS with Application Request Routing as a reverse proxy for an instance of Jenkins running on the same host. The host is running Windows Server 2016 (Server Core).
Jenkins is running on localhost:8080 while the default IIS site (which I am using as the reverse proxy site) is on 10.0.0.84:80 I have managed to get URL rewrite to work as per this tutorial but it does not work with Jenkins' CSRF support and will report 403s due to the "Crumb" not being present.
I am assuming that I need some kind of outgoing rewrite rule to make this work properly. I have scoured the internet and haven't found anybody else who has got this working.