Data Action - application/x-www-form-urlencoded

Dears,

I would like to use web API which has following characteristics:

  1. POST method HTTP/HTTPS and 2) Content-Type:application/x-www-form-urlencoded

Is this possible?

Best Regards,
Ali

Data actions require JSON. source

  • A web service that supports the following items:
    • JSON-based web service calls.

Hi Ali,

I think that it may be possible.

This page shows an example of an action using the URL encoded type:

A couple of restrictions:
Data Actions only support HTTPS, HTTP will not work.
The web service will need to respond with a content-type of application/json with a valid json object.

--Jason

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.