I have confidential images that I only want to show to authenticated users. On the razor view, which is only accessible to authenticated users, I have
How do I prevent an unauthenticated user to bypass my razor view and directly request this photo through a HTTP GET?