browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

A free utility to help web developers watch and manipulate network traffic from their AJAX applications.

Results 119 browsermob-proxy issues
Sort by recently updated
recently updated
newest added

Hello, Since HTTP/2 is out and all major browsers are supporting it or they will soon, are you considering to support it with BMP ? Or can you provide me...

feature request

I've read the code of capturing and resolving response content part, and i found it only supports GZip Content-Encoding type, however more and more modern websites use Brotli algorithm to...

Hi, I am trying to use BrowserMob as proxy for selenium to be able. I am getting this error : Caused by: java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1ParsingException"'s signer information does not match...

For Code: `HttpProxyServer proxyServer = DefaultHttpProxyServer.bootstrap() .withManInTheMiddle(ImpersonatingMitmManager.builder().build()) .....` When i activate MITM and i get the next error: `io.netty.handler.codec.DecoderException: javax.net.ssl.SSLException: Insufficient buffer remaining for AEAD cipher fragment (2). Needs to...

I want to intercept requests in my application and one of the scenarios I have come across is that - due to nature of the application some of the services...

I have 2 questions: 1. Does one proxy server support multiple clients recording HAR? It's supported from my testing, but I want to confirm it as I see someone is...

To reproduce start browsermob-proxy with the argument "-ttl 30" and spawn a new proxy instance, e.g. to port 8081. Use the created proxy instance every 5 seconds, e.g. by executing...

`[DEBUG 2018-05-18T17:43:29,797 org.eclipse.jetty.util.log] (qtp1548010882-17 - www.gstatic.com:443) REQUEST www.gstatic.com:443 on org.eclipse.jetty.server.nio.SelectChannelConnector$2@72bed59c [DEBUG 2018-05-18T17:43:29,797 org.eclipse.jetty.util.log] (qtp1548010882-17 - www.gstatic.com:443) sessionManager=org.eclipse.jetty.server.session.HashSessionManager@30af5b6b [DEBUG 2018-05-18T17:43:29,797 org.eclipse.jetty.util.log] (qtp1548010882-17 - www.gstatic.com:443) session=null [DEBUG 2018-05-18T17:43:29,797 org.eclipse.jetty.util.log] (qtp1548010882-17 - www.gstatic.com:443)...

I am trying to capture har file of a android app and it's using https ssl layer and i configured and install .cer file in mobile but getting many errors...

Hello, I am wondering what are rules for "GetHar()"? When I used chrome DevTool to see network entries, it shows 14 XHR entries. However when I use browser mob proxy...