What PHP code will embed the video with unique token based link for each viewers?
My OneDrive video original download link creates an unique token based link for each viewers on my webpage. Normally to embed the video on my webpage, I directly write my original video link. But I want a PHP code which will embed the video with token link so when a person open source code of my webpage they will see the token based link not my original link. Let me clarify more; A person click the watch now button. He gets redirected to the webpage where I have embedded the video. PHP code should run the downlad video link in backend. The downlad link automatically creates unique link so we don't need any code to have token based link. Now Auto generated token based downlad link should be embedded on my webpage. So if a person tries to copy it then that link will be useless.