Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
使用 RFC 2617 基本验证或摘要式验证向第三方 HTTP 代理验证身份。
http_proxy_password=password
无
此功能支持 RFC 2617 中所述的基本验证和摘要式验证。
在基本验证中,口令以明文形式包含在 HTTP 标头中;您可以使用 HTTPS,但与代理的初始连接是通过 HTTP 实现,因此该口令为明文。使用摘要式验证时,标头不以明文形式发送,而是采取散列码形式。
必须将 http_proxy_userid 和此选项一起使用。
有关如何设置 dbmlsync 网络协议选项的信息,请参见CommunicationAddress (adr) 扩展选项。
有关如何设置 UltraLite 网络协议选项的信息,请参见UltraLite 同步流的网络协议选项。
下面的嵌入式 SQL 或 C++ UltraLite 应用程序示例提供了一个用于 Web 代理验证的用户 ID 和口令。
synch_info.stream = "https"; synch_info.stream_parms = "http_proxy_userid=user;http_proxy_password=pwd";