Comment on Uses for cURLComments−alpb13yI can add -I parameter to these. It sends a HEAD request, which only returns headers, works better when you don't need the response body as in -i.
Comments
I can add -I parameter to these. It sends a HEAD request, which only returns headers, works better when you don't need the response body as in -i.