-
Notifications
You must be signed in to change notification settings - Fork 389
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
httpstat returns 403, doesn't hide timings #161
Comments
There may be a bug with flag handling, I’ll take a look. Semi serious question, this tool gives you http timing information. If you want to hide the timing data, why use this tool? |
It's your site restricting unknown user agents. Try: |
@davecheney I want to hide the timings because I just like the color output of httpstat and not really care about the timings. |
ok, let me figure out what's wrong with the |
I built the project by downloading the git and running "go build" instead of the supplied command because I got an error
When I use the following command: ./httpstat -I -L https://pieterhouwen.info
I get the following output:
When I use curl on the same website it works fine.
What is the reason for this 403 and wasn't the -I parameter supposed to hide the timings?
The text was updated successfully, but these errors were encountered: