#161·httpstat

httpstat returns 403, doesn't hide timings

Author: pieterhouwenCreated Aug 30, 2021Updated Aug 30, 2021

I built the project by downloading the git and running "go build" instead of the supplied command because I got an error

can't load package: package github.com/davecheney/httpstat@latest: can only use path@version syntax with 'go get'

When I use the following command: ./httpstat -I -L https://pieterhouwen.info I get the following output:

image

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?