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