in reply to Re: mechanize questions ?
in thread mechanize questions ?
that is the problem i may not use the ->get() method 'cause it follows "301 Moved permanently" and i dont want to..'cause it breaks the logic.
That is why i'm using simple_request(), but then it requres an Request object to be passed as parameter, so i'm creating one and passing it...
The problem with the default_headers->authorization_basic() is that is that i have a old version of libwww that dont support them (which i forgot to mention ;), sorry)
Probably within a couple of days i will get permission to upgrade them.
thanx for the suggestions