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

Exception in thread "main" java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.google.common.base.Throwables.propagate(Throwables.java:160) at com.atlassian.httpclient.apache.httpcomponents.ApacheAsyncHttpClient$6.apply(ApacheAsyncHttpClient.java:402) at com.atlassian.httpclient.apache.httpcomponents.ApacheAsyncHttpClient$6.apply(ApacheAsyncHttpClient.java:396) at com.atlassian.util.concurrent.Promises$Of$2.apply(Promises.java:259) at com.atlassian.util.concurrent.Promises$Of$2.apply(Promises.java:256)...

Using browsermob proxy 2.1.5 with Selenium (3.14.0) Java code I'm trying to add a custom header to Chrome browser but the request header is not getting added to all requests...

@jekh Can you please advise on the issue we are getting with browser mob proxy (2.1.5) As i am getting 407 authentication is required though we provided correct credentials. thank...

new java version not support

Running BrowserMob Proxy using LittleProxy implementation. To revert to the legacy implementation, run the proxy with the command-line option '--use-littleproxy false'. Exception in thread "main" com.google.inject.internal.util.$ComputationException: java.lang.ExceptionInInitializerError at com.google.inject.internal.util.$MapMaker$StrategyImpl.compute(MapMaker.java:553) at...

Fix securty issues https://nvd.nist.gov/vuln/detail/CVE-2021-44832

There is a pull request here https://github.com/lightbody/browsermob-proxy/pull/891 to update log4j to the latest version with critical security fixes. (It shows as merged, but the change is not in the codebase)....

When running the following code, everything works fine, except that left of the URL Chrome displays "Not Secure" on HTTPS sites. How do I get rid of that? ``` BrowserMobProxy...

Hi all, I have been working on a requirement to monitor and intercept native app traffic on mobile device with MITM proxy. I have decided to go with BrowserMob Proxy...

Hi, I'm trying to use Socks proxy to connect (TOR) and BMP to collect HTTP request and parse it. I can't set both proxy in the firefox profile.... BMP override...