Dears,
We have an API with multiple paths using various HTTP methods. We've been requested to parse all incoming requests. However, for POST requests, the clients are not sending any data in the request body-instead, and for GET requests they are using query parameters and path parameters. When we tried to add parse API giving following error:
"No input for assembly parse action."
Can't we parse POST or GET when there's no body ?
Given this scenario, is it possible to configure the parse policy in the API assembly to handle any HTTP method, even when the request body is empty? Ideally, the policy should be able to parse query and path parameters when no body content is present.
------------------------------
Kumar
------------------------------