We have a Twisted application running as a Windows Service, serving the web application on a given port, e.g. https://localhost:8880/portal, etc. Each Windows Service is configured to serve on a particular port.
We would like to be able to redirect the request based to the right port, based on the host specified, e.g. https://bob.com/portal -> https://localhost:8880/portal.
Is this possible with tools and features available in Windows, or even with 3rd party?