I have 2 servers.
On server A i have the script of siteA.com. On server B i have the files hosted.
How can i allow only users who came from siteA.com to get .zip files from server B?
I know about hotlink protection, but sometimes can be passed. I want to allow by refferer as a second measure.
And other suggestions maybe, i can encrypt with md5 the path to the files to not be visible and to expire in 12h for example?