Skip to main content

http.useProxy

http.useProxy(proxyAuth)

Description

Uses the proxy with the name stored in the credentials store.

Parameters

ParameterTypeExplanation
proxyAuthStringThe name of the proxy that is in the credentials store

Example

http = option.http

http.useProxy(proxyAuth)
res = http.get(url)