We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When htmltest checks eg: https://www.php.net/manual/en/book.pcntl.php it returns 503 (true for all links pointing somewhere to https://www.php.net)
If I do a manual check with curl, I get HTTP/2 200
Btw, result also differs when having the google play store, example: https://play.google.com/store/apps/details?id=com.azure.authenticator&hl=en&gl=US returning a 404 but curl a 200
The text was updated successfully, but these errors were encountered:
I've seen similar behaviour for lots of other sites (normally a 403).
These requests work fine using curl or other tools even with the same User-Agent.
A good example of this is reddit.com
Sorry, something went wrong.
Merging this issue into #165 as seems to be same fault.
No branches or pull requests
Describe the bug
When htmltest checks eg: https://www.php.net/manual/en/book.pcntl.php
it returns 503 (true for all links pointing somewhere to https://www.php.net)
If I do a manual check with curl, I get HTTP/2 200
Btw, result also differs when having the google play store, example: https://play.google.com/store/apps/details?id=com.azure.authenticator&hl=en&gl=US
returning a 404 but curl a 200
Versions
The text was updated successfully, but these errors were encountered: