Skip to content

How can I disable RequestReduce?

mwrock edited this page Jul 12, 2011 · 5 revisions

To completely disable RequestReduce, simply remove the RequestReduce module from your web.config or remove it from the IIS management GUI. If you simply want to disable or suppress the filter from an individual request, you can append RRFilter=disabled to the request's querystring. If RequestReduce sees this key value pair in the url, it will not attach the response filter and the responce will contain the original raw response without RequestReduce's css and sprites. If you want to disable the filter over multiple requests, you can set the cssProcesingDisabled configuration attribute to true.

Clone this wiki locally