micro-integrator icon indicating copy to clipboard operation
micro-integrator copied to clipboard

uri append 'jsonObject' when try to set messageType to application/x-www-form-urlencoded

Open hongha1412 opened this issue 3 years ago • 2 comments

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 image

Affected Product Version: wso2mi-1.2.0

OS, DB, other environment details and versions:
OS: windows / linux (centos7)

hongha1412 avatar Apr 29 '21 09:04 hongha1412

Can you log the uri.var.command value and check what is the value that was received?

arunans23 avatar Apr 29 '21 09:04 arunans23

Dear @arunans23,

I've added log config like below image

And this is what i've got image

hongha1412 avatar Apr 29 '21 09:04 hongha1412