We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the initial redirect(s) from https://wknd.site to https://wknd.site/us/en.html should always use https
Currently it looks like this (easy to check using curl):
https://wknd.site/ -> http://wknd.site/us/en.html (performed by dispatcher in the rewrite rules) http://wknd.site/us/en.html -> https://wknd.site/us/en.thml (performed by Fastly)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
the initial redirect(s) from https://wknd.site to https://wknd.site/us/en.html should always use https
Actual Behaviour
Currently it looks like this (easy to check using curl):
https://wknd.site/ -> http://wknd.site/us/en.html (performed by dispatcher in the rewrite rules)
http://wknd.site/us/en.html -> https://wknd.site/us/en.thml (performed by Fastly)
The text was updated successfully, but these errors were encountered: