我想用curl做一些操作,但是我必須使用的網站使用Kerberos身份驗證。因此,我必須啓用默認禁用的捲曲SPNEGO功能。PHP-How to curl with Kerberos
這是我的phpinfo提取物:
cURL support enabled
cURL Information 7.19.7
Age 3
Features
AsynchDNS No
Debug No
GSS-Negotiate Yes
IDN Yes
IPv6 Yes
Largefile Yes
NTLM Yes
SPNEGO No
SSL Yes
SSPI No
krb4 No
libz Yes
CharConv No
Protocols tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
Host x86_64-redhat-linux-gnu
SSL Version NSS/3.13.1.0
ZLib Version 1.2.3
libSSH Version libssh2/1.2.2
我怎樣才能做到這一點?
好吧,拿捲曲的新版本是一個很好的方式,但我怎麼可以使用它在PHP?謝謝 – user2540463
@ user2540463,請參閱我的編輯。 –