You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, one of my app only want access internal http endpoint.
Reproxy always redirect http -> https. It caused many CORS problems between internal apps.
The text was updated successfully, but these errors were encountered:
this is not exactly what reproxy does - by default it doesn't do anything with SSL, and not redirecting unless ssl.type set to non none (default) value
However, the part you are correct about - currently there is no way to set it per route. To me, such a functionality seems exotic, but if someone want to implement it without adding a lot of complexity - I'll consider such a PR
In my case, one of my app only want access internal http endpoint.
Reproxy always redirect http -> https. It caused many CORS problems between internal apps.
The text was updated successfully, but these errors were encountered: