curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Troubles downloading Brave Browser

From: Hans Henrik Bergan via curl-users <curl-users_at_lists.haxx.se>
Date: Tue, 1 Feb 2022 00:40:52 +0100

that url is using a HTTP Redirect to the real download url, which is some
cdn thing, so use
curl --location '
https://github.com/brave/brave-browser/releases/download/v1.35.98/BraveBrowserStandaloneSetup.exe
'

for more info see https://curl.se/docs/manpage.html#-L /
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location

On Tue, 1 Feb 2022 at 00:36, ToddAndMargo via curl-users <
curl-users_at_lists.haxx.se> wrote:

> How do I download the exe?
>
>
> https://github.com/brave/brave-browser/releases/download/v1.35.98/BraveBrowserStandaloneSetup.exe
>
> It actually download the parent web site instead of the
> exe file
>
>
>
> --
> Unsubscribe: https://lists.haxx.se/listinfo/curl-users
> Etiquette: https://curl.haxx.se/mail/etiquette.html
>


-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2022-02-01