mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Post using string rather than Mendix object #104

Open mgroeneweg opened 5 years ago

mgroeneweg commented 5 years ago

For a customer I needed to create a dynamic post request. With native REST, this is easy, however, the service requires NTLM authentication. So I created action postString and changed the RestConsumer to handle it.

Also added body logging when asFormData is true. Added test page to the test project.

mgroeneweg commented 5 years ago

Any chance on this getting merged? A useful feature and it does not harm other functionality.

mgroeneweg commented 5 years ago

Bump. Because it has been left hanging for so long it now cannot be merged automatically anymore...

mgroeneweg commented 5 years ago

Bump. Why is noone taking action?

MaartenBongers12 commented 4 years ago

Still a usefull addition, please merge it with the module!