Skip to main content

rest.useProxy

rest.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.rest

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