OIC should handle payload of size greater than 10MB in case of json response
Description
Currently when the response of json payload is less than 10 MB then OIC works fine, but if the size exceeds 10MB then it errors out. So, OIC should increase this limit to al least 50 MB.
Use Case and Business Need
There is a custom API which does not have offset and limit, And the response is in json format. when we use the get operation, the size of the response is greater than 10 mb because of which it errors out in OIC. So can the size be increased to 50 MB.
More details
There is a custom API which does not have offset and limit, And the response is in json format. when we use the get operation, the size of the response is greater than 10 mb because of which it errors out in OIC. So can the size be increased to 50 MB.
Tagged:
6