: Redirect to an IP while masking the URL Using a Node.JS web server, I want to have an IIS setup to where the user goes to bot.url.co/dashboard it sends the data to ip:port/dashboard, where
Using a Node.JS web server, I want to have an IIS setup to where the user goes to
bot.url.co/dashboard it sends the data to ip:port/dashboard, where IP:port is handled using Node.JS, but the link doesn't change before the /. Is this doable?
More posts by @Odierno851
1 Comments
Sorted by latest first Latest Oldest Best
You need to set-up a reverse proxy in IIS that redirects the requests to your Node.js Server and serves back the response to your users. This is as easy as 1.2.3 in IIS using the URL Rewriter module.
Here you have an explanation: blogs.msdn.microsoft.com/friis/2016/08/25/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps/
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.