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

Generated documentation doesn't work at POST methods. #58

Closed ArjenLammers closed 8 years ago

ArjenLammers commented 9 years ago

When going to the generated documentation (e.g. /rest) all services are listed. When I select a service that should only accept a POST, I get a METHOD_NOT_ALLOWED error. For documentation I expect this to work through my normal browser interface.

mweststrate commented 9 years ago

Also see: https://mxforum.mendix.com/questions/8684/Inlog-REST-in-browser-

Proposed solutions: disable these links.

mweststrate commented 8 years ago

Confirmed the bug, but the generation of those links is quite generic and I don't think it is worth the additional setup needed for a developers convenience thingy. So a wontfix for now.