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

Some sites only accept GET method while denying HEAD #8

Open
tw4452852 opened this issue Sep 29, 2021 · 0 comments
Open

Some sites only accept GET method while denying HEAD #8

tw4452852 opened this issue Sep 29, 2021 · 0 comments

Comments

@tw4452852
Copy link

I think it would be nice to have GET as a fallback if HEAD failed. I encountered this issue many times. For example this link: https://gsuitetips.com/tips/chrome/restart-chrome-without-losing-tabs/

> curl -I  https://gsuitetips.com/tips/chrome/restart-chrome-without-losing-tabs/
HTTP/1.1 200 Connection established

HTTP/2 404
...

> curl https://gsuitetips.com/tips/chrome/restart-chrome-without-losing-tabs/
HTTP/1.1 200 Connection established

HTTP/2 200
...
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