-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Redirect only works with URL prefixed with HTTPS not HTTP #8183
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
Labels
Bug
A bug
Comments
Furthermore, the redirect fails on readthedoc's urls. Both |
stsewd
added a commit
that referenced
this issue
May 19, 2021
When doing a https redirect we were adding the default language and version (/en/latest/) if the current url didn't have those components. And similar when doing a redirect to a canonical domain. Fix #8183
stsewd
added a commit
that referenced
this issue
May 19, 2021
When doing a https redirect we were adding the default language and version (/en/latest/) if the current url didn't have those components. And similar when doing a redirect to a canonical domain. Fix #8183
stsewd
added a commit
that referenced
this issue
May 19, 2021
When doing a https redirect we were adding the default language and version (/en/latest/) if the current url didn't have those components. And similar when doing a redirect to a canonical domain. Fix #8183
stsewd
added a commit
that referenced
this issue
May 19, 2021
When doing a https redirect we were adding the default language and version (/en/latest/) if the current url didn't have those components. And similar when doing a redirect to a canonical domain. Fix #8183
The fix is live, I can see all redirects are good now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
We have the following redirect setup
The redirect works properly if given the URL: https://docs.wpilib.org/stacktrace
It does not work properly if given the same URL but without SSL: http://docs.wpilib.org/stacktrace
I suspect there may be an issue relating to "always use HTTPS for this domain"
The text was updated successfully, but these errors were encountered: