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.
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.
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.