Proxy Authentication
Update Proxy Basic
Updates the basic authentication details of a proxy server.
PATCH
/
v1
/
proxies
/
auth
/
basic
/
{proxyName}
Basic authentication
secures your proxy with a username
and password
.
By default, all proxies upon deployment utilize a randomly generated basic authorization in the format of username:password
.
Whitelist authorization will be disabled upon successfully updating basic authorization.
Authorizations
The Authorization
header is used to authenticate with the API using your Master
API key. Value is of the format Bearer YOUR_KEY_HERE
.
Path Parameters
Replace {proxyName}
in the url path with YOUR_PROXY
.
Body
application/json
Username for authentication e.g., john
. If null
, a random username will be generated.
Password for authentication e.g., wick05
. If null
, a random password will be generated.
Was this page helpful?