You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But while this works fine when I access the site over http it still seems to serve "Reduced" content when access over https. Have I missed something obvious here?
The text was updated successfully, but these errors were encountered:
I'm using a page filter to exclude a part of my site from RequestReduce processing as follows:
Registry.AddFilter(new PageFilter(x => x.HttpRequest.RawUrl.ToLower().Contains("/myzone/")));
But while this works fine when I access the site over http it still seems to serve "Reduced" content when access over https. Have I missed something obvious here?
The text was updated successfully, but these errors were encountered: