-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Options to show the response code pages #276
Comments
Chances are the default content-type is what's causing these 503 - Try adding |
Thanks! Just tried, sadly the same output. Running:
gave me:
|
Interesting... tried with different sites & hosting Co's, this is only happening on sites hosted by Brizy.cloud which we use. They use AWS on the back. Here's a test page if it helps: full URL for clarity: |
Saw something similar, and working on a |
Re-ran against your endpoint, with a
Sample from the logs:
The above makes me assume that the service limits the number of requests that it can process given a certain timespan, and will return The current implementation dumps both |
Your thinking makes sense (service hammering). If it's any help, Brizy use AWS for their tech stack but, I've not seen this on any other hosted websites even with AWS. Your PR would be a great idea to capture these quirks. Thanks! |
@FrenchBen which version has the |
@hrchu this is my fork of Hey :) |
Not an issue (maybe)...
When I run the awesome Hey against one of my sites, it lists a ton of 503 response codes which makes no sense as I cannot see these with any other tools including muffet.
Is there a hidden flag to show all the responses and links that Hey is checking? Makes sense if it's reporting something that we can see it too.
thanks, amazing tool btw!
The text was updated successfully, but these errors were encountered: