Skip to content

How can I disable RequestReduce?

mwrock edited this page Jul 10, 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.

Clone this wiki locally