In my site there are few posts that have files attached for VIP users. Because i wanna have control over the credits that let them download files, I made indirect URLs.
For example this link:
http://mywebsite.com/file/file.zip
can be downloaded by this:
http://mywebsite.com/?download=1f3870be274f6c49b3e31a0c6728957f
But a problem is that, files sizes are big and i need users can download them via a download manager, and as i know indirect download links couldn't be downloaded like that.
What's the solution for this ?