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: Daniel Stenberg via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 27 Jan 2025 14:20:36 +0100 (CET)

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