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

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