I am using the editor on a public site, and I need to be able to prevent people from accessing this URL directly:
I do custom login code with their credentials saved in the session, should I modify the Load.ashx to check that validation as well, or is there a better method? I just need to lock down anything (i.e. Dialogs) that would allow someone to access resources on the server (say by uploading an unathorized file).
Thank you,