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

golink: preserve query during HTTP -> HTTPS redirects #164

Merged
merged 1 commit into from
Mar 13, 2025

Conversation

patrickod
Copy link
Contributor

Preserve query parameters when redirecting from HTTP to HTTPS where previously they were omitted.

Fixes #163

@patrickod patrickod requested a review from awly March 13, 2025 18:15
Preserve query parameters when redirecting from HTTP to HTTPS where
previously they were omitted.

Fixes #163

Signed-off-by: Patrick O'Doherty <[email protected]>
@patrickod patrickod force-pushed the patrickod/http-redirect-keep-query branch from 8f679c4 to 3fb8cbd Compare March 13, 2025 18:15
@patrickod patrickod merged commit 6826e70 into main Mar 13, 2025
4 checks passed
@patrickod patrickod deleted the patrickod/http-redirect-keep-query branch March 13, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP -> HTTPS redirection discards query param
2 participants