wwHTTP::cHTTPProxyName
less than 1 minute to read

Use this method to override proxy information if the default Proxy connection types via nHTTPConnectType don't work for you.

You can specify the domainname and or port of the proxy as follows:

myproxy.west-wind.com:8080

o.cHTTPProxyName

Remarks

Requires that the nHTTPConnectType property is set to 3.

Example

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, 1996-2024 • Updated: 11/30/17
Comment or report problem with topic