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
What would be the correct config for checking 404 and 500 response codes?
I am trying to get 404 or 500 in my config:
defaults: http_codes: [200, 302] options: verb: GET urls: - [http://example.com/404-url, 404] - [http://example.com/500-url, 500]
But it somehow returns 400 code... Did I miss something?
The text was updated successfully, but these errors were encountered:
@t1gor if you call http://example.com/500-url in your browser, what is the HTTP Code result?
http://example.com/500-url
Sorry, something went wrong.
@mmoreram, 404 and 500 for corresponding URLs. What did I miss?
@mmoreram , any update?
No branches or pull requests
What would be the correct config for checking 404 and 500 response codes?
I am trying to get 404 or 500 in my config:
But it somehow returns 400 code... Did I miss something?
The text was updated successfully, but these errors were encountered: