There is a website that shows an image but you cant download it. It uses background techniques and forces javascript to avoid save as and when you find the file image url in the code you cant directly access it. I would like to know how to reproduce this and how can I get the file. I looked in cache but cant find it. In resources in chrome dev tools i can see the image full size but cant save it without printscreen.
It must have something to do with htaccess i think but not sure.
Edit: The block should be similar to this one I'll try setup a little test like this: (htaccess) How to prevent a file from DIRECT URL ACCESS?
If the jpeg is shown in http://localhost/test/
but http://localhost/test/sample.jpg
throws an error how can I get the file through cURL?