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 handling of redirection in ReqwestLoader #69

Closed
damooo opened this issue Nov 9, 2023 · 1 comment
Closed

Invalid handling of redirection in ReqwestLoader #69

damooo opened this issue Nov 9, 2023 · 1 comment

Comments

@damooo
Copy link

damooo commented Nov 9, 2023

ReqwestLoader currently uses default reqwest client, with default redirection policy. Thus Reqwest itself handles redirections including 303, and also updates status to new status. But the loader then try to match the status for redirection, and specifies custom handling for 303, etc. which will never get executed.

@timothee-haudebourg
Copy link
Owner

Thanks for your input. I didn't respond previously but I did see your comment, which is now fixed with #74.

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

No branches or pull requests

2 participants