Browser
post/boxes/{boxId}/browser/proxy
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
Request body
Example request
{
"httpServer": "http://127.0.0.1:8080",
"httpsServer": "https://127.0.0.1:8080",
"socks5Server": "socks5://127.0.0.1:8080",
"pacUrl": "http://proxy.company.com/proxy.pac",
"bypassList": [
"127.0.0.1",
"localhost",
"example.com",
"*.example.com",
"*.example.org",
"https://x.*.y.com:99",
"192.168.1.1/16",
"fefe:13::abc/33"
]
}