Hello,
In an item of type "script", I'm doing an HTTP request, using the HttpRequest object.
My device is sending back 2 cookies (user, id) in the HTTP header, and I need to get these values back for the following requests.
The function getHeaders() should return the received headers, however I'm receiiving only one "Set-Cookie" value, with only one value. The second cookie seems to be erased by the first one ...
Is it a known problem ?
Any workarround ?
Thanks !
Refs :
In an item of type "script", I'm doing an HTTP request, using the HttpRequest object.
My device is sending back 2 cookies (user, id) in the HTTP header, and I need to get these values back for the following requests.
The function getHeaders() should return the received headers, however I'm receiiving only one "Set-Cookie" value, with only one value. The second cookie seems to be erased by the first one ...
Is it a known problem ?
Any workarround ?
Thanks !
Refs :
Comment