Hi I have a membership site and as part of the membership users can download some reports, which are all stored in a particular folder on the server. Is there a way to obfuscate the URLs of these reports so a user would not be able to automate the downloading of all reports?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Hash the user's username and include that in the filename of the report that he is downloading. |
|||
|