Can I create a proxy to send query string in request body and expect JSON response.
Request body data like - grant_type=client_credentials≻ope=local&client_id=abc&client_secret=123456
Answer by Iain Soedring (41) | Apr 29, 2016 at 09:02 AM
Yes, you could create an assembly implementation with a POST call that defines a request body of:
{"grant_type":"client_credentials","ope":"local"}
and map the query parameters to these request body parameters.
Best practice while using IBM API Connect? 1 Answer
debug tail file command in API Manager 1 Answer
Modifying a payload with a user defined policy in API Manager 3 Answers
Developer portal REST APIs for analytics data about API, Plan, and application usage? 1 Answer
Advanded Developer Portal - APIm 1 Answer