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