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

not working on AppHarbor - port routing? #215

Closed mcintyre321 closed 12 years ago

mcintyre321 commented 12 years ago

As you can see from my RR dashboard on AppHarbor, RequestReduce is attempting to http://aspaceforart.apphb.com:14881/Scripts/jquery-ui-1.8.20.min.js - it is erroneously getting the port number, probably caused by load balancing at AppHarbors end.

I've tried installing https://github.com/trilobyte/Premotion-AspNet-AppHarbor-Integration which is meant to fix the HttpContext to hide AppHarbors internal routing, but it hasn't made a difference for me.

mcintyre321 commented 12 years ago

Duplicate of https://github.com/mwrock/RequestReduce/issues/214