<div>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:</div>
<div><br></div>[{cookie,"SESSIONID=XXXXXX"}]<div><br></div><div>But this isn't working, while testing the request with curl and --cookie "SESSIONID=XXXXXX" does.</div><div><br></div><div>Am I missing something? </div>
<div><br></div><div>Thanks,</div><div>Tristan</div>