Home > other >  Create random url that works only once or for few minutes
Create random url that works only once or for few minutes

Time:02-10

I like to host some files on an external server and link those in my website that is on another server. How do I make the url get randomized every few minutes?. If the url has changed for the file, I do not want the files to get downloaded. How do I achieve this?. What is the technical term for this?. I can find the code, I just need to know the way to achieve this.

CodePudding user response:

  •  Tags:  
  • Related