How to create a digital product download link that can’t be used twice?
Question
The goal is after people payed (paypall or Stripe), they land on a download page.
You upload the file to /uploads for example. You can deny access to the dir with .htaccess.
I suppose if I then create a link /uploads/product, that a client can download it.
But that link can now be shared all over the internet.
What would be the best way to go about it?
I want do code it myself in PHP & JS if required.
0
4 months
0 Answers
13 views
0
Leave an answer
You must login or register to add a new answer .