post/authorizer/api/v1/icap/conf/{trusted_client_id}

Request a web proxy config file download

Request a web-proxy-config.toml pre-configured for this PrivX installation. Returns a download session ID. Session ID can be used with this endpoint.

trusted_client_idstring

required

Trusted client ID used by the web-proxy

Responses

Response examples

Successful response, returns session id.

{
  "session_id": "string"
}
get/authorizer/api/v1/icap/conf/{trusted_client_id}/{session_id}

Download a web proxy config

Gets a web-proxy-config.toml pre-configured for this PrivX installation

trusted_client_idstring

required

Trusted client ID used by the web-proxy

session_idstring

required

Responses

Response examples

Successful response, returns the web-proxy-config.toml.

"string"

Was this page helpful?