curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support. 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 Daniel himself.

RE: make --url support a file with URLs

From: Dick Brooks via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 27 Jan 2025 08:24:08 -0500

Perfect. Thanks, Daniel. That covers my use cases.

Thanks,

Dick Brooks
   
Active Member of the CISA Critical Manufacturing Sector,
Sector Coordinating Council - A Public-Private Partnership

Never trust software, always verify and report! T
Risk always exists, but trust must be earned and awarded.T
https://businesscyberguardian.com/
Email: dick_at_businesscyberguardian.com
Tel: +1 978-696-1788


-----Original Message-----
From: Daniel Stenberg <daniel_at_haxx.se>
Sent: Monday, January 27, 2025 8:21 AM
To: Dick Brooks <dick_at_businesscyberguardian.com>
Cc: 'curl-users - the curl tool' <curl-users_at_lists.haxx.se>
Subject: RE: make --url support a file with URLs

On Mon, 27 Jan 2025, Dick Brooks wrote:

> This is great news. Will Basic Auth info also be supported for each URL?

Sure that works as expected pretty much already:

1. You can add the username + password on a per URL basis in the file

or

2. You provide the credentials separately on the command line:

    curl --url _at_urls.txt -u mrsmith:password123

-- 
  / daniel.haxx.se || https://rock-solid.curl.dev
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2025-01-27