I need to block access to /umbraco in a loadbalancing situation.
Because I don't want to break Umbraco I need to know what calls I can expect from Umbraco itself. I know I need to negate /umbraco/api but are there others?
I found this rule but this one is also missing forms?
What Umbraco Url's can I expect in V8?
Hi all,
I need to block access to /umbraco in a loadbalancing situation. Because I don't want to break Umbraco I need to know what calls I can expect from Umbraco itself. I know I need to negate /umbraco/api but are there others?
I found this rule but this one is also missing forms?
Thanks all
~/App_Plugins
is also called from the backoffice.True but that is not a subpath of Umbraco so no problems there.
I came to these 2 rules:
This should prevent anyone from logging in right:
is working on a reply...