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.
Just a idea: Link available in future
token: $hexTime = dechex(time()+120); // Link available after 2 minutes
At the moment, token is "valid" immediately.
Original issue reported on code.google.com by dalibor....@gmail.com on 28 Mar 2012 at 4:02
Original issue reported on code.google.com by
dalibor....@gmail.com
on 28 Mar 2012 at 4:02