For Chromebackend, pass the full URL: such as http://proxy.example.com:8088.
For old WebKitbackend: the address and port of the proxy server to use. ex: 192.168.1.42:8080 If your proxy requires a IP to whitelist, use api-static.phantomjscloud.com for your requests.
Optional type
type:string
deprecated:
old WebKitbackend only. If using the Chromebackend, pass the type as part of the host parameter.
for type of the proxy server. default is http available types are http, socks5, and none
if your proxy requires basic HTTP authentication information.
this auth pair will be sent via basic http auth (overriding IRequestSettings.authentication)
IMPORTANT: authentication is only supported for
http
andhttps
proxies. If you are using asocks5
proxy, auth is not currently supported.auth:"username:password"