Answer the question
In order to leave comments, you need to log in
How to encrypt a link using python?
Hello! I have such a question. How can I encrypt the link in code:
<video id="video" src="http://ссылка/" autoplay="autoplay" style="width: 100%;height:400px;"> </video>
Answer the question
In order to leave comments, you need to log in
This is called hotlinking protection and there are 2 options
1. prevent access to the video if http_referrer of this other domain https://stackoverflow.com/questions/26001646/preve...
2. make temporary links tied to ip/something else https://habr.com/en/post/120907/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question