Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request]Add an option for switch on/off http -> https redirect #165

Open
leopku opened this issue Nov 25, 2023 · 1 comment
Open
Labels
help wanted Extra attention is needed

Comments

@leopku
Copy link

leopku commented Nov 25, 2023

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.

@umputun
Copy link
Owner

umputun commented Nov 27, 2023

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

@umputun umputun added the help wanted Extra attention is needed label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants