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
Open(...)
The Open function doesn't check the HTTP status code. Therefore it is not possible to detect errors, e.g. 404.
Open
My suggestion is to only allow 200 status code by default.
200
The text was updated successfully, but these errors were encountered:
Ouch, that's definitely an oversight. It seems like we're missing checks for many requests, not just Open().
Open()
Sorry, something went wrong.
No branches or pull requests
The
Open
function doesn't check the HTTP status code. Therefore it is not possible to detect errors, e.g. 404.My suggestion is to only allow
200
status code by default.The text was updated successfully, but these errors were encountered: