I have a self-hosted Web API (ASP.NET Web API
). Now let's assume I would like to deploy it on a machine which already has a web server running. In order to share a domain, do I have to use a reverse proxy? I would prefer NOT to change anything on the existing installation!
At the end I would like to see:
www.example.com/ThisIsAnExistingWebSite
www.example.com/api/ThisWouldBeMyWebAPI