application/x-www-form-urlencoded
Since iHub v5.6
To send application/x-www-form-urlencoded data add the form vars to the URL as query params
https://remotehost/resource?param1=value1¶m2=value data 2¶m3=hello
Make sure to have Content-Type: application/x-www-form-urlencoded
In some systems you also need to provide the header Accept: * / *
Any body will be omitted by the call since the params is taken from the URL