Relative Content

Tag Archive for node.jsreverse-proxyhttp-proxy-middleware

Problem with http-proxy-middleware and non localhost target

I’ve got a simple node proxy app that works exactly as I want when I proxy between to localhost ports with https. That is, https://localhost:5200/jokes to https://localhost:7172/jokes. I call it from with in my JavaScript program using the fetch API as follows: