Page 1 of 1

File is downloaded as download.aspx

Posted: Wed Mar 17, 2010 3:14 pm
by hartlenb
Using FlashGot with Firefox's internal downloader. File is an mp3 file through a link. Saving file using downloader alone works fine -> filename.mp3. Using FlashGot on the same link results in file being downloaded as download.aspx. What am I doing wrong?

Re: File is downloaded as download.aspx

Posted: Sat Mar 20, 2010 8:52 pm
by Giorgio Maone
Probably nothing. Can I see the actual page where this happens and the link to test?

Re: File is downloaded as download.aspx

Posted: Wed Mar 24, 2010 4:19 am
by hartlenb

Re: File is downloaded as download.aspx

Posted: Wed Mar 24, 2010 4:07 pm
by therube
Just some logs (I didn't get anything to download via download manager, & then after that the link seem ineffectual?):

Code: Select all

2010-03-24 12:01:03.062 Connecting to www.hearitfirst.com:80
2010-03-24 12:01:04.750 Connecting to 66.0.193.101:80
2010-03-24 12:01:06.156 Connected
2010-03-24 12:01:06.156 GET /1clickdownloads/download.aspx?iid=1041245 HTTP/1.1
2010-03-24 12:01:06.156 Host: www.hearitfirst.com
2010-03-24 12:01:07.703 Cookie: ASP.NET_SessionId=szu4xbfyi4ffb345axym1345
2010-03-24 12:01:07.703 Accept: */*
2010-03-24 12:01:07.703 User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)
2010-03-24 12:01:07.703 Connection: Keep-Alive
2010-03-24 12:01:07.812 HTTP/1.1 200 OK
2010-03-24 12:01:07.828 Date: Wed, 24 Mar 2010 16:00:58 GMT
2010-03-24 12:01:07.828 Server: Microsoft-IIS/6.0
2010-03-24 12:01:07.828 X-Powered-By: ASP.NET
2010-03-24 12:01:07.828 X-AspNet-Version: 2.0.50727
2010-03-24 12:01:07.828 content-disposition: attachment; filename=chasen_eyesofarescue.mp3
2010-03-24 12:01:07.828 Transfer-Encoding: chunked
2010-03-24 12:01:07.828 Cache-Control: private
2010-03-24 12:01:07.828 Content-Type: application/mp3
2010-03-24 12:01:07.828 File size unidentified, cannot perform multi-threading transmission.
2010-03-24 12:01:07.828 Start receiving data

Code: Select all

2010-03-24 12:01:32.093 Connecting to e2ma.net:80
2010-03-24 12:01:32.109 Connecting to 66.179.147.169:80
2010-03-24 12:01:32.203 Connected
2010-03-24 12:01:32.203 GET /go/8048345852/2613898/92035551/23788/goto:http:/www.hearitfirst.com/1clickdownloads/download.aspx?iid=1041245 HTTP/1.1
2010-03-24 12:01:32.203 Host: e2ma.net
2010-03-24 12:01:32.203 Referer: http://forums.informaction.com/viewtopic.php?f=9&t=4093&sid=95a0dc82d09d2dbb537a9ac23ab4ac98
2010-03-24 12:01:32.203 Accept: */*
2010-03-24 12:01:32.203 User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)
2010-03-24 12:01:32.203 Connection: Keep-Alive
2010-03-24 12:01:32.265 HTTP/1.1 302 Found
2010-03-24 12:01:32.265 Date: Wed, 24 Mar 2010 16:01:25 GMT
2010-03-24 12:01:32.265 Server: Apache
2010-03-24 12:01:32.265 Location: http://www.hearitfirst.com/1clickdownloads/download.aspx?iid=1041245
2010-03-24 12:01:32.265 Vary: Accept-Encoding
2010-03-24 12:01:32.265 Connection: close
2010-03-24 12:01:32.265 Transfer-Encoding: chunked
2010-03-24 12:01:32.265 Content-Type: text/html
2010-03-24 12:01:32.265 Redirecting to http://www.hearitfirst.com/1clickdownloads/download.aspx?iid=1041245
2010-03-24 12:01:32.265 Connecting to www.hearitfirst.com:80
2010-03-24 12:01:32.265 Connecting to 66.0.193.101:80
2010-03-24 12:01:32.328 Connected
2010-03-24 12:01:32.328 GET /1clickdownloads/download.aspx?iid=1041245 HTTP/1.1
2010-03-24 12:01:32.328 Host: www.hearitfirst.com
2010-03-24 12:01:32.328 Referer: http://forums.informaction.com/viewtopic.php?f=9&t=4093&sid=95a0dc82d09d2dbb537a9ac23ab4ac98
2010-03-24 12:01:32.328 Cookie: ASP.NET_SessionId=szu4xbfyi4ffb345axym1345
2010-03-24 12:01:32.328 Accept: */*
2010-03-24 12:01:32.328 User-Agent: Mozilla/4.0 (compatible; MSIE 5.00; Windows 98)
2010-03-24 12:01:32.328 Connection: Keep-Alive
2010-03-24 12:02:32.328 Timeout

Re: File is downloaded as download.aspx

Posted: Wed Mar 24, 2010 9:16 pm
by Giorgio Maone
The problem is the redirection URL, http:/www.hearitfirst.com/1clickdownloads/dow ... id=1041245, being syntactically invalid (notice the single slash after "http:"): while the redirecting server builds a valid redirection anyway, FlashGot generic redirector processor refuses to parse the invalid URL.

I'll make next version more forgiving, accepting this kind of broken URLs as well.