DownloadManager security [SOLVED]
Posted: Thu May 30, 2013 6:02 pm
I'm building a document repository that will use FEU to determine which documents a user sees. Following on the heels of vhaakman (http://forum.cmsmadesimple.org/viewtopi ... anager+FEU) I've implemented a system to pull the username of the FEUser, and display a list of documents in a category matching that username. System works great so far.
My question concerns security of the documents. You can still access them if you know the file path (e.g. /downloads/filename.pdf). The module handles the DISPLAY of the links, and even limits DOWNLOADS through the site, but is there any opportunity to restrict access at a SERVER level to the files, so that anyone not logged in is denied access? I've seen other posts pertaining to this, but haven't found one that successfully answers the question. The client wants to post some sensitive documents and needs assurances that they will in fact be secured.
My question concerns security of the documents. You can still access them if you know the file path (e.g. /downloads/filename.pdf). The module handles the DISPLAY of the links, and even limits DOWNLOADS through the site, but is there any opportunity to restrict access at a SERVER level to the files, so that anyone not logged in is denied access? I've seen other posts pertaining to this, but haven't found one that successfully answers the question. The client wants to post some sensitive documents and needs assurances that they will in fact be secured.