bartbutenaers / node-red-contrib-http-proxy

A Node-Red node to use Node-RED as a http proxy server, for redirecting http(s) requests
Apache License 2.0
8 stars 3 forks source link

CORS policy is not allowing to change to other url #7

Open miguelfernando55 opened 1 month ago

miguelfernando55 commented 1 month ago

I want to redirect the client to /login when he puts /.

CORS policy on google chrome is not allowing.

miguelfernando55 commented 1 month ago

I solved this. I use a node to previous set the msg.url="/".

Maybe it could be possible to use in http-proxy.