curl-users
Re: 301 Moved Permanently ???
Date: Fri, 17 Aug 2018 20:24:36 -0700
On 08/17/2018 07:02 PM, Gisle Vanem wrote:
>> I get the whole page from Firefox, but I get this from curl:
>>
>> $ curl https://www.emsisoft.com/en/software/eek -o -
>
> Note that there is a difference between:
> https://www.emsisoft.com/en/software/eek
> and
> https://www.emsisoft.com/en/software/eek/
>
> (the server has no file named 'eek').
>
> But also try the "follow" command:
> curl -L https://www.emsisoft.com/en/software/eek
>
> Which in this case is the same as:
> curl -L https://www.emsisoft.com/en/software/eek/
>
I stared and stared at that and finally caught the missing
slash at the end.
Thank you!
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-08-18