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

fall back using GET request when webserver doesn't provide HEAD support #1

Open
jeanpommier opened this issue Oct 25, 2023 · 0 comments
Assignees

Comments

@jeanpommier
Copy link
Owner

Stumbled accross this one when requiring a fastapi service. Some servers won't anwser to HEAD, resulting in a 405 method not allowed error

In that case, the exception should be caught and fall back by making a GET query

@jeanpommier jeanpommier self-assigned this Oct 25, 2023
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

1 participant