curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: Spider? Headers?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 9 Feb 2018 00:00:54 +0100 (CET)

On Wed, 7 Feb 2018, ToddAndMargo wrote:

> Is there a way to do this (capture headers) with curl?
>
> wget -S --spider http://xxxxxxxxxx.zip

curl -I http://xxxxxxxxxx.zip

... makes a HEAD request and shows the HTTP headers for the URL. Is what you
mean?

-- 
  / daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2018-02-09