hrz-unimr / Ilias.RESTPlugin

An ILIAS Plugin for creating and using REST APIs
GNU General Public License v3.0
10 stars 18 forks source link

application/x-www-form-urlencoded & multipart/form-data not parsed #19

Closed Hufschmidt closed 8 years ago

Hufschmidt commented 9 years ago

It seems like support for application/x-www-form-urlencoded (and multipart/form-data) post-data is currently broken. (Tested with oauth2 endpoints) Using JSON works fine though, but this means using form-data is broken...