⬅︎ Back to Do you curl a lot to check headers?
`curl -i`, doesn't default to HEAD and includes headers in the output.
The server might respond differently if given a HEAD request.
Comment
`curl -i`, doesn't default to HEAD and includes headers in the output.
Parent comment
The server might respond differently if given a HEAD request.