Re: Set folder Permissions (General questions)
Hi Brian,
Actually, you don't. Instead you would use RequestDone event to check which resource was requested by user. If the requested resource should be allowed, you send StatusCode 200 (OK).
If not, then you can send Forbidden or Unauthorized back to client.
Hope this helps.
Regards,
Damba