/authorizer/api/v1/icap/conf/{trusted_client_id}
Gets a web-proxy-config.toml pre-configured for this PrivX installation
trusted_client_id
string
required
Trusted client ID used by the web-proxy
Successful response, returns session id.
{
"session_id": "string"
}
/authorizer/api/v1/icap/conf/{trusted_client_id}/{session_id}
Gets a web-proxy-config.toml pre-configured for this PrivX installation
trusted_client_id
string
required
Trusted client ID used by the web-proxy
session_id
string
required
Successful response, returns the web-proxy-config.toml.
"string"
Was this page helpful?