Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageFilter works on http but not https #260

Open
sidefx79 opened this issue Nov 21, 2013 · 0 comments
Open

PageFilter works on http but not https #260

sidefx79 opened this issue Nov 21, 2013 · 0 comments

Comments

@sidefx79
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant