Build precise queries to find exactly what you need
Press ESC to close
@truist
Member Since: July 30, 2014
Favorites0
Views
Projects0
This script has a bug where it doesn't do ntlm auth correctly. I was able to fix it by replacing the lines that set CURLOPT_USERNAME and CURLOPT_PASSWORD with: $curl->setopt(CURLOPT_USERPWD,$username . ':' . $password);
Reviewed 11 years ago