Basic authentication
Postman request
Authorization type: Basic Auth
Username: usr
Password: pwd
PHP cURL request
curl_setopt($ch, CURLOPT_USERPWD, "usr:pwd");
by Valeri Tandilashvili
4 years ago
PHP
Postman
0
Pro tip: use ```triple backticks around text``` to write in code fences