After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 102827 - Download does not set referrer
Download does not set referrer
Status: RESOLVED DUPLICATE of bug 59572
Product: galeon
Classification: Deprecated
Component: general
1.2.6
Other Linux
: Normal normal
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2003-01-08 12:11 UTC by olethrosdc
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description olethrosdc 2003-01-08 12:11:47 UTC
There are a number of sites that check the referrer field before letting
you download. The referrer behaviour in galeon is different when you
left-click on a download link from when you explicitly select download from
the context menu. An example is the site http://www.dmusic.com

Using wget to illustrate:
> wget --referer="http://facemacine.dmusic.com/"\
http://facemachine.dmusic.com/music/download/27816

works

but:
> wget http://facemachine.dmusic.com/music/download/27816

does not. It merely downloads an html page called 27816 which contains
a notice that direct linking to songs is not allowed.

I am not sure what value the referrer field gets set to when you use
download, but it is not the same as the address of the current web-page.
Comment 1 Yanko Kaneti 2003-01-08 18:55:39 UTC

*** This bug has been marked as a duplicate of 59572 ***