I have a situation where I have to make a centralized image website. I want to secure those images from direct access. I want to send response with a watermark over it depending on request parameter. What is the best approach for it.
So far I have created a content website and directly accessing image. Should I create handler from response. But if I use handler will it be slow (response).
Kindly suggest me the best approach.