wwHTTP::cHttpProxyPassword

Proxy server password if the proxy requires a login.

o.cHttpProxyPassword

Remarks

Not supported for Async operation.

Example

foxpro
foxpro
oHTTP = CREATE("wwHTTP") oHTTP.nHTTPConnectType = 3 && Manual Proxy Config oHTTP.cHTTPProxyName = "proxy-server.hawaii.rr.com:8080" *** If the proxy requires a username and password use it oHTTP.cHTTPProxyUserName = "Username" oHTTP.cHTTPProxyPassword = "Password"

See also

West Wind Web Connection

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic