[erlang-questions] iBrowse Cookie Support
Tristan Sloughter
tristan.sloughter@REDACTED
Sun Feb 19 17:33:59 CET 2012
ibrowse seems to be ignoring the cookie I pass to options. In an email to
this list from 2009 someone says it does not support cookie management, but
I take that to mean it simply won't handle storing and passing the cookies
for you. Instead you must pass {cookie, string()} to send_req in the
Options list like:
[{cookie,"SESSIONID=XXXXXX"}]
But this isn't working, while testing the request with curl and --cookie
"SESSIONID=XXXXXX" does.
Am I missing something?
Thanks,
Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120219/8e3ea9d2/attachment.htm>
More information about the erlang-questions
mailing list