curl-and-php
Re: win32 php and curl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 23 May 2008 19:42:50 +0200 (CEST)
Date: Fri, 23 May 2008 19:42:50 +0200 (CEST)
On Fri, 23 May 2008, Michael Slater wrote:
> I'm trying to enable SSPI authentication using the php_curl.dll module as
> distributed with php for windows.
>
> It seems to be falling back to basic authentication, do i need do set some
> special option in curl_opt to make it use sspi authentication ?
Yes you do. SSPI means NTLM so you need to select that, and trigger its use by
setting a USERPWD to just a colon (blank user and blank password).
-- / daniel.haxx.se _______________________________________________ http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-phpReceived on 2008-05-23