Configures the HTTP proxy settings for a specific box. Use this endpoint when you need the box’s outbound network traffic to pass through a proxy server.
Enter your API Key in the format: Bearer
Box ID
"c9bdc193-b54b-4ddb-a035-5ac0c598d32d"
Box Http Proxy
The host address of the proxy server
"127.0.0.1"
The port number of the proxy server
8080
Authentication for the proxy
List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']
["127.0.0.1", "localhost"]PAC (Proxy Auto-Configuration) URL.
"http://proxy.company.com/proxy.pac"
Proxy set
Box Http Proxy
The host address of the proxy server
"127.0.0.1"
The port number of the proxy server
8080
Authentication for the proxy
List of IP addresses and domains that should bypass the proxy. These addresses will be accessed directly without going through the proxy server. Default is ['127.0.0.1', 'localhost']
["127.0.0.1", "localhost"]PAC (Proxy Auto-Configuration) URL.
"http://proxy.company.com/proxy.pac"