Proxy
POST /proxy
Proxy a request to the Qlik QRS connceted to this service. This service will automatically add the required authentication for communicating with the QRS.
Header
| Field | Value |
|---|---|
AccessToken | AccessToken_proxy set in the Config |
Body
| Field | Value | Type |
|---|---|---|
path | The QRS path (e.g. /user) | string |
method | HTTP Method | GET,POST,PATCH,DELETE |
data | Data used as body on the Request | any |
Response
The original response from the qrs will be forwared.
Last updated on