micro-integrator
micro-integrator copied to clipboard
uri append 'jsonObject' when try to set messageType to application/x-www-form-urlencoded
Description:
I've build an API that receive POST request and then transfer request body to other http endpoint with GET method and type application/x-www-form-urlencoded
But when i send request to http endpoint, the endpoint uri appended "jsonObject" string right before query parameter, detail in below image
Affected Product Version: wso2mi-1.2.0
OS, DB, other environment details and versions:
OS: windows / linux (centos7)
Can you log the uri.var.command
value and check what is the value that was received?
Dear @arunans23,
I've added log config like below
And this is what i've got