Re: secure media files without http_referer

2008-07-07 Thread Carl Johnstone
On Wed, Jul 2, 2008 at 3:18 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: 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? Redirect them to a URL with ?auth=x in it. Check the token with an access or

Re: secure media files without http_referer

2008-07-02 Thread David Nicol
even simpler is to rename the file every few minutes, and redirect them to the current name. On Wed, Jul 2, 2008 at 2:26 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Wed, Jul 2, 2008 at 3:18 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: >> A cookie would certainly work, but I was trying to find

Re: secure media files without http_referer

2008-07-02 Thread Perrin Harkins
On Wed, Jul 2, 2008 at 3:18 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: > 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? Redirect them to a URL with ?auth=x in it. Check the token with an access or

Re: secure media files without http_referer

2008-07-02 Thread tmpusr889
hose should work fine for what you're trying to do. > > - Perrin > > -- View this message in context: http://www.nabble.com/secure-media-files-without-http_referer-tp18243032p18244800.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: secure media files without http_referer

2008-07-02 Thread Perrin Harkins
On Wed, Jul 2, 2008 at 1:41 PM, tmpusr889 <[EMAIL PROTECTED]> wrote: > 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. Ok, and what does it do when you succeed? A cookie? A tok

secure media files without http_referer

2008-07-02 Thread tmpusr889
d the .flv files. So far every restriction I've put on the directory also prevents the videos from loading in the .swf player. Any ideas? Thanks. -- View this message in context: http://www.nabble.com/secure-media-files-without-http_referer-tp18243032p18243032.html Sent from the mod_perl - Gener