TheGU / mod-auth-token

This module uses token based authentication to secure downloads and prevent deep-linking. Have your script or servlet generate a token to authenticate the download and let Apache handle the file transfer without having to pipe it through a script for security.
Apache License 2.0
0 stars 0 forks source link

shell script url generator #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Little shell script for url testing.

./tokenurl.sh /file.txt |xargs -i wget --spider http://dahost.example.com{}

Original issue reported on code.google.com by vrami...@gmail.com on 12 Jul 2013 at 3:48

Attachments: