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 47 forks source link

Cannot add multiple headers #11

Closed simo101 closed 10 years ago

simo101 commented 10 years ago

When trying to add multiple cookies as headers it will override the cookie header and will only allow the last cookie. This is because the java code uses a hashmap and will override cookie header. It would be nice if we could add multiple cookie values somehow, or think of a way to make it easier to add cookie headers.

mweststrate commented 10 years ago

Fixed in version 1.2, which should appear in the appstore soon.