How to manage access to static content?
I need the best way to manage and serve static content such as images,
videos, etc.
I need to allow only permitted users to load a particular image or video.
Let's say that I have a dedicated server to serve my PHP application
http://server1.com and a dedicated server to serve static content
http://server2.com/image.jpg how can I allow or deny a user from accessing
that image?
No comments:
Post a Comment