webmetrics / browsermob-proxy

NOTICE: this project has been forked and is being maintained at https://github.com/lightbody/browsermob-proxy
https://github.com/lightbody/browsermob-proxy
Apache License 2.0
234 stars 773 forks source link

Browsermob proxy should work from behind a proxy #1

Closed dereke closed 13 years ago

dereke commented 13 years ago

I have a browsermob proxy running within our corporate network. To access the internet we need to go through a proxy.

Currently you cannot tell browsermob to use a proxy so it is unusable in this setup.

Please add the ability to specify a proxy server to forward requests to.

ClaudiuMuresan commented 13 years ago

I have the same issue with current snapshot release. I intend to use BrowserMob for profiling more then one web applications in our company so it is must to have this feature implemented.

nmcconom commented 13 years ago

I think this would be a useful feature to have to specify a hostname and port that it will forward requests on to.

dereke commented 13 years ago

I have fixed this issue with this patch https://github.com/webmetrics/browsermob-proxy/pull/11 It is fairly simplistic - I only need an http proxy at this stage so have only added that.