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

Invalid redirection when URI scheme is not specified in Location header #595

Closed
AeonLucid opened this issue Jan 26, 2021 · 2 comments
Closed
Labels

Comments

@AeonLucid
Copy link
Contributor

In some cases a http server can respond with the header Location: //somedomain.com/hello?a=b.
Flurl redirects to https://domain.com/somedomain.com/hello?a=b, while it should have been https://somedomain.com/hello?a=b instead.

Proposal to fix this #593

@tmenier
Copy link
Owner

tmenier commented Apr 28, 2021

awaiting test fix #593

@tmenier
Copy link
Owner

tmenier commented May 4, 2021

Published to NuGet in Flurl.Http 3.1.0

@tmenier tmenier closed this as completed May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants