Comment A genuine if simple question (Score 1) 99
I speak as someone who knows a fair bit about computer science but am not a web server person, so go easy on me...
Is there some reason why restricting access to images/content is "hard"? The OP says "computationally intensive" but is it really?
I ask because I was recently evaluating WordPress as a content delivery platform and was surprised to find that they also don't implement image access restriction on the basis of logged-in user identity (at least not in default/vanilla setups).
This was surprising to me - if I were writing any kind of content platform that had a notion of users and access restriction, it would just seem obvious to apply it to all the content, not just the HTML.
Is there some reason why restricting access to images/content is "hard"? The OP says "computationally intensive" but is it really?
I ask because I was recently evaluating WordPress as a content delivery platform and was surprised to find that they also don't implement image access restriction on the basis of logged-in user identity (at least not in default/vanilla setups).
This was surprising to me - if I were writing any kind of content platform that had a notion of users and access restriction, it would just seem obvious to apply it to all the content, not just the HTML.