Relay an HTTP request to a target URL
POST/api/dataposter
Sends the supplied body to the target Url using the requested Verb (Post or Get)
and Auth scheme (None, Basic or JWT), then returns the target's HTTP status code and
response body. The URL must be an absolute HTTP or HTTPS address.
Request
Responses
- 200
- 400
- 401
- 403
- 500
- 502
- 504
The request was relayed — the body contains the target's status code and response body.
Invalid request — an unsupported verb or auth scheme, or a missing/invalid URL.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
An unexpected server error occurred.
The target URL could not be reached.
The request to the target URL timed out.