mwrock / RequestReduce

Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
www.requestreduce.org
Apache License 2.0
228 stars 49 forks source link

Add option to use proxy or not #180

Closed RaveNoX closed 12 years ago

RaveNoX commented 12 years ago

Hellp, I think it will be better have option to enable/disable using of proxy for web client wrapper. In my case using of proxy is bad solution because proxy is caching of site's (who uses RR) scripts and css for long-time and then RR process this this cached result and returns expired scripts, which is not valid for this time.

mwrock commented 12 years ago

Hi. This should already be possible by adding this to your web.config:

<system.net>
  <defaultProxy enabled ="false"/>
</system.net>