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

Retrieving Set-Cookie #12

Closed simo101 closed 10 years ago

simo101 commented 10 years ago

If you retrieve Set-Cookie on a HTTP method that has 3 Set-Cookie headers then you the code will only retrieve one of those cookies using the get response header method. It should retrieve all the set-cookie headers.

mweststrate commented 10 years ago

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