I am currently working on a single-page-application website using Umbraco and AngularJS.
I have everything set up with content being pulled out, template rendering, custom data being displayed, but I have some issues with public access. When browing the site, I have implemented my own logic for respecting public access, but if I access the site on a page that is protected, umbraco rewrites the request, and everything falls apart.
Anyone know if there is a way to override (or disable) public access when processing a request?
Overriding Public Access
Hi there,
I am currently working on a single-page-application website using Umbraco and AngularJS.
I have everything set up with content being pulled out, template rendering, custom data being displayed, but I have some issues with public access. When browing the site, I have implemented my own logic for respecting public access, but if I access the site on a page that is protected, umbraco rewrites the request, and everything falls apart.
Anyone know if there is a way to override (or disable) public access when processing a request?
is working on a reply...