Hi to all.
I need to protect some resources files from anonymous acces.
I'm using MSIB integration, and i've to deny access to some resources if
my website user is not authenticated in CS site.
How can i do that ?
I was trying to write an IHttpHandler that check
all the request to all pdf resources(for example), but all the link to
resources files are like "http/*/NR/rdonlyes/*/*/*.pdf".
This means that all the resources request are out of my web application
context (http/*/myapp/), so i don't have a valid CS and CMS context.
Someone have an idea on how i can do that ?
Thanks