Johnny Joannou

Results 13 comments of Johnny Joannou

I've been having the same issue, duplicated @cafshari's code and matched as close as possible to his setup, but I can't for the life of me get the damn thing...

Yeah I still can't get it to work at all :/ Willing to toss a few bucks to someone who has any idea how to get this working

Sure, the code here is basically exactly like @cafshari's. Trimmed it to be pretty minimal, make sure the "drivers" folder is in the target folder. Used IntelliJ for this, so...

Thanks for testing it out! Here are my versions: Chrome: Version 63.0.3239.108 (Official Build) (64-bit) Chrome Driver: 2.34 OS: Windows 10 And here's the logs. I can see the proxy...

Same thing for both (ERR_EMPTY_RESPONSE)

Sure [chromedriver_bmptest-cnn.log](https://github.com/lightbody/browsermob-proxy/files/1595515/chromedriver_bmptest-cnn.log) [chromedriver_bmptest-google.log](https://github.com/lightbody/browsermob-proxy/files/1595516/chromedriver_bmptest-google.log)

Nope, no proxies. I disabled Windows firewall and disabled all firewall policies on my router. ![233ba](https://user-images.githubusercontent.com/997747/34465001-f3a4f91a-ee4e-11e7-957a-25c2bafa6e65.png) Ran as admin, tried another Win 10 PC.. No luck. Tried another ISP entirely,...

No worries, thanks for the help! 1) Am able to get traffic flowing through Charles Proxy with: options.addArguments("--proxy-server=localhost:8888"); yet this doesn't work for BMP: options.addArguments("--proxy-server=localhost:" + proxy.getPort()); 2) Can't connect...

Problem found! While getting slf4j to work, I noticed it was spamming this in the trace log: `java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils` Turns out, I was shading: `org.apache.commons:commons-lang` when I should have shaded...

Sure, here's the config: https://hastebin.com/uhunapulul.ini I did initially visit via the domain. I tried another installation where I initially visited via the IP, no difference. I've tried http and https...