Advanced Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignAdvanced Web Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 3rd, 2006, 04:28 AM
billgates2000 billgates2000 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Posts: 1 billgates2000 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 54 m 22 sec
Reputation Power: 0
Referrer information with embedded media player

Hi,

I’m currently using an embedded Windows Media Player on my website so that the users can listen to some sound samples. What I’ve been trying to do is to restrict access to the sound samples, so that they are accessible only from my webpages. I though that would be easy, using htaccess or through the automated process in my cpanel (the sound samples are on a linux machine).

However, it seems that the issue is much more complicated that I thought. This is due to the fact that it seems that the embedded player does not send any referrer information. Thus, whatever I put in my htacecss file becames useless. I have to allow requests from visits with no referrers, thus everybody who knows the URL of the files can simple write it to his browser and download the file - they can even link to my sound files from their website!!

Is there a way to restrict access to my music? I guess the only way to do that would be to embed the Windows Media Player in a way that it sends referrer information. Is that possible?

cheers
n.

Reply With Quote
  #2  
Old July 4th, 2006, 12:00 PM
Mittineague's Avatar
Mittineague Mittineague is offline
Contributing User
Dev Articles Novice (500 - 999 posts)
 
Join Date: Jul 2005
Location: West Springfield, Massachusetts
Posts: 549 Mittineague User rank is Private First Class (20 - 50 Reputation Level)Mittineague User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 1 Week 1 Day 7 h 3 m
Reputation Power: 4
the referrer

Hi billgates200, welcome to the forums,
The player may not send a referer. And http referer isn't fool-proof (eg. in Opera you can disable referer tracking), but the page that calls the files should usually send a referer header. Try adding this to the folder's htaccess

Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !http://www.your_domain.com/calling_page.php [NC]
RewriteRule .*\.file_extension$   -  [F]


Or, if you have PHP, you can have the calling page set a SESSION var, and link to PHP files that test for the var, use header(Content-type: xxxx) to output the media, and use the file functions to get the media file contents.

I imagine there would be someting similar for other server-side scripting languages too. IMHO this technique would work better than htaccess.

Last edited by Mittineague : July 4th, 2006 at 12:06 PM.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignAdvanced Web Development > Referrer information with embedded media player


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT