Whitelist Authentication
is a method of restricting access to a proxy server based on the client’s IP address
. This is a useful method of restricting access to a proxy server to only those who need it.
By default, all proxies upon deployment utilize a randomly generated basic authorization in the format of username:password
. You can disable this basic authorization by updating the proxy’s whitelisted IPs authorized to access the proxy server.
Basic authorization will be disabled upon successfully updating whitelist 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
Whitelist authentication details
The body is of type object
.
Response
Server response
The response is of type object
.