First of all I found a few questions on here that are similar but are either unanswered on different enough not to be helpful to me.
I have an Azure server with an endpoint of 80 to 1112 on the server. In IIS I have a web page with a binding on port 1112. This page displays fine when I go to example.com
The problem is that I have a java webserver running on port 1113. What I need is any request sent to example.com/services should be 'forwarded' to port 1113. Please keep in mind that going to example.com:1113 is not possible as there is no endpoint set in azure. Unfortunately I am not able to change any of the endpoints in azure.
How do I reverse proxy example.com/services to port 1113 internally?