345 $dl_res = $ua->request( 346 GET $req_url, 347 Cookie => 'ASP.NET_SessionId=xaduwqpg5ocnenpb0l0xsq4d; GMProfileInfo=e=xxxx@banana.com' 348 ); #### The real request it sent by looking from the debugger (the ASP SessionID is not showing up but it should): '_request' => bless( { '_content' => '', '_uri' => bless( do{\(my $o = 'http://www.xxxx.xxx/pages/profile.aspx/pages/profile.aspx?src=http://xxxx.xxxx.xxx/protectedfiledownload.aspx?dlfile=data_bulk/file.txt')}, 'URI::http' ), '_headers' => bless( { 'cookie2' => '$Version="1"', 'user-agent' => 'libwww-perl/5.804', 'cookie' => 'GMProfileInfo=e=xxxx@banana.com&i=536' }, 'HTTP::Headers' ), '_method' => 'GET' }, 'HTTP::Request' )