Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 41066
Status: rejected
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: Sergiy.Borodych [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: HTML::Form - submit form not respect to cookie
I use WWW::Mechanize. I get main url from some site (with cookies in response), after I get some another urls - cookie send ok. But if I try submit (post) form with it already used object (with cookies received before) - cookie don't send with it query :( (I intercept packets with use wireshark) I think this is HTML::Form issue, because WWW::Mechanize used it for sending form. -- Sergiy Borodych
Срд. Ноя. 19 09:19:19 2008, BOR писал: Show quoted text
> I use WWW::Mechanize. > I get main url from some site (with cookies in response), after I get > some another urls - cookie send ok. > But if I try submit (post) form with it already used object (with > cookies received before) - cookie don't send with it query :( > (I intercept packets with use wireshark) > > I think this is HTML::Form issue, because WWW::Mechanize used it for > sending form.
Sorry, I discover this situation and found problem in WWW::Mechanize it is a "back history and cookie" bug -- Sergiy Borodych