Consume x-www-form-urlencoded in hosted rest service

0
Hi I need to build a rest service that consumes a POST with a x-www-form-urlencoded body. Is this possible in Mendix?
asked
1 answers
0

You can do that, but you will need to parse the content yourself. Publish a REST operation that takes a String as a body parameter.

answered