Posted inSoftware & Apps
How to send Basic Auth credentials using cURL?
To send Basic Auth credentials using cURL you need to use the -u option with "login:password" where "login" and "password" are your credentials.Here is a sample command that sends a…








