Post To Get
The service accepts post request with long uri as body. Then a get request is sent using the uri in the body. The service workarounds an issue when the uri is too long and netty does not accept it
Request
URI
POST
https://{api_host}/container-service/api/util/long-uri-get
COPY
Request Body
LongURIRequest of type(s) application/json
Required
{
"uri": "string"
}
string
uri
Optional
uri
Responses
200
'Ok' is returned with the Object received from the given request body.
Operation doesn't return any data structure
Post Operations
POST
Post To Get