post /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

Response

ExamplesSchema

Successful response, returns session id.

{
  "session_id": "string"
}

get /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

Session ID returned in /authorizer/api/v1/icap/conf/{trusted_client_id}

Response

ExamplesSchema

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

"string"

Was this page helpful?