The reference I have lists an option as:
curl -u 'ExactID:Password'\
Does this mean for me to just use CURLOPT_USERPWD and use the format ExactID:Password?
The reference I have lists an option as:
curl -u 'ExactID:Password'\
Does this mean for me to just use CURLOPT_USERPWD and use the format ExactID:Password?
 
    
     
    
    Yes, the CLI -u option is equivalent to the PHP CURLOPT_USERPWD option, and the value is the same.
 
    
    