-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unable to redirect HTTP requests to HTTPS #1751
Comments
Not sure it is good for DX purpose, why you need this? |
Also it is development server, so it is good DX to allow developers use |
@jakeleventhal Any chance you got this working? I have a Vue app configured this way and it only works with "https://" specified. It would be nice if http can be redirected to https. |
@zachzeyuwang |
Whether this feature is currently supported? |
I want to say it is duplicarion #126, but with redirect from HTTP server |
Code
Expected Behavior
When accessing my site via https://mydomain.com, it should work (and it does).
When accessing my site via mydomain.com (HTTP), it should route to the HTTPS version.
Actual Behavior
There is no rerouting
The text was updated successfully, but these errors were encountered: