Thanks Anthony! Yup, that was my bad, I put it in the 5th argument.<br><br><div class="gmail_quote">On Sun, Feb 19, 2012 at 5:21 PM, Anthony Molinaro <span dir="ltr"><<a href="mailto:anthonym@alumni.caltech.edu">anthonym@alumni.caltech.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hmm, I'm not seeing this.  If I run<br>
<br>
% nc -l 8081<br>
<br>
in one terminal, then start erl and ibrowse<br>
<br>
% erl<br>
Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0]<br>
[hipe] [kernel-poll:false]<br>
<br>
Eshell V5.8.5  (abort with ^G)<br>
1> application:start(ibrowse).<br>
2> ibrowse:send_req ("<a href="http://localhost:8081/" target="_blank">http://localhost:8081/</a>",[{cookie,"SESSIONID=XXXXXX"}],get).<br>
<br>
I see the following in the first terminal<br>
<br>
GET / HTTP/1.1<br>
Cookie: SESSIONID=XXXXXX<br>
Host: localhost:8081<br>
Content-Length: 0<br>
<br>
Are you attempting to pass [{cookie, "SESSIONID=XXXXXX"}] as the 5th argument<br>
in ibrowse:send_req/5?  Because those options are ibrowse options, not http<br>
headers.  The headers are the second argument of either form.<br>
<br>
HTH,<br>
<br>
-Anthony<br>
<br>
PS. this was ibrowse 3.0.2 BTW<br>
<div><div class="h5"><br>
On Sun, Feb 19, 2012 at 10:33:59AM -0600, Tristan Sloughter wrote:<br>
> ibrowse seems to be ignoring the cookie I pass to options. In an email to<br>
> this list from 2009 someone says it does not support cookie management, but<br>
> I take that to mean it simply won't handle storing and passing the cookies<br>
> for you. Instead you must pass {cookie, string()} to send_req in the<br>
> Options list like:<br>
><br>
> [{cookie,"SESSIONID=XXXXXX"}]<br>
><br>
> But this isn't working, while testing the request with curl and --cookie<br>
> "SESSIONID=XXXXXX" does.<br>
><br>
> Am I missing something?<br>
><br>
> Thanks,<br>
> Tristan<br>
<br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
------------------------------------------------------------------------<br>
Anthony Molinaro                           <<a href="mailto:anthonym@alumni.caltech.edu">anthonym@alumni.caltech.edu</a>><br>
</font></span></blockquote></div><br>