/
application/x-www-form-urlencoded
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
, multiple selections available,
Related content
OAuth2
OAuth2
More like this
Incoming REST Calls
Incoming REST Calls
More like this
Incoming Webhooks
Incoming Webhooks
More like this
Posting files to iHub Cloud
Posting files to iHub Cloud
More like this
TLS and Certificates
TLS and Certificates
More like this
Iteration - iterate over parent response
Iteration - iterate over parent response
More like this