secure media files without http_referer

2008-07-02 Thread tmpusr889
I want to protect my flash video from robot downloaders to save on bandwidth. I created a captcha that must be entered on the page that contains the flash .swf which loads and plays the .flv video. The captcha is done in a PerlAccessHandler. Also in Apache, I tried to place a restriction on the di

Re: secure media files without http_referer

2008-07-02 Thread tmpusr889
A cookie would certainly work, but I was trying to find something simpler. I don't know much about URL tokens. How would something like that work? Thanks for you reply. Perrin Harkins wrote: > > On Wed, Jul 2, 2008 at 1:41 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: >> I