Http Proxy API
The BPC allows to setup HTTP proxy Connections to make calls through the applications,
e.g. to reach external resources which need authentication or can only be reached via a proxy.
These endpoints allow to make calls using the defined HTTP proxies.
The API supports the following HTTP methods: GET, POST, PUT, DELETE, PATCH and OPTIONS.
| Method | Endpoint |
|---|---|
|
|
Description Perform an HTTP GET on the 'http proxy' backend connection. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP POST on the 'http proxy' backend connection. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP PUT on the 'http proxy' backend connection. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP DELETE on the 'http proxy' backend connection. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP OPTIONS on the 'http proxy' backend connection. Note: As OPTIONS requests are always proxied, an introspection of this endpoint using OPTIONS is not possible. |
|
Path Parameters
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |
|
|
|
Description Perform an HTTP PATCH on the 'http proxy' backend connection. |
|
Parameters Path
|
|
Query Parameters
|
|
Returns The response of the called backend connection HTTP Status Code
|
|
Required Access Rights A logged in user, API Key or access token is required. |