I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?
I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?
You can tell who made the request through the HTTP Referer . This is usually stored in a access.log
file, but it depends on the configuration and which server you are using.
Note: If your page is HTTP and the external server (which is referencing your resource) is HTTPS, you will not receive Referer data