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: d...@businesscyberguardian.com Tel: +1 978-696-1788 -----Original Message----- From: Daniel Stenberg <dan...@haxx.se> Sent: Monday, January 27, 2025 8:21 AM To: Dick Brooks <d...@businesscyberguardian.com> Cc: 'curl-users - the curl tool' <curl-users@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 @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