|
本帖最后由 txxdhnt 于 2011-5-25 16:24 编辑
winhttp 是支持 https呀
; 指定连接到
Global $hConnect = _WinHttpConnect($hOpen, "https://www.***.com.cn/login.jsp") ; <- 在这里写入你的连接
出错呀
WinHTTP 5.1 Features
The following features have been added in version 5.1 of WinHTTP:
IPv6 support.
AutoProxy capabilities.
HTTP/1.0 protocol, including support for keep-alive (persistent) connections and session cookies.
HTTP/1.1 chunked transfer support for HTTP responses.
Keep-alive pooling of anonymous connections across sessions.
Secure Sockets Layer (SSL) functionality, including client certificates. Supported SSL protocols include the following: SSL 2.0, SSL 3.0, and Transport Layer Security (TLS) 1.0. Support for server and proxy authentication, including integrated support for Microsoft Passport 1.4 and the Negotiate/ Kerberos package.
Automatic handling of redirects unless suppressed.
Scriptable interface in addition to the API.
Trace utility to help troubleshoot problems. |
|