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

Hi, I try to use browsermob-proxy for get the API calls in Android device, using Java maven with Appiun, selenium and Junit. this is my pom.xml file dependencies: ** net.lightbody.bmp...

This error occurs when using FIPS enabled BouncyCastle libraries. ``` java.lang.NoClassDefFoundError: org/bouncycastle/jce/provider/BouncyCastleProvider at net.lightbody.bmp.mitm.tools.DefaultSecurityProviderTool.(DefaultSecurityProviderTool.java:34) at net.lightbody.bmp.mitm.util.TrustUtil.(TrustUtil.java:56) at net.lightbody.bmp.mitm.TrustSource.javaTrustSource(TrustSource.java:103) at net.lightbody.bmp.mitm.TrustSource.(TrustSource.java:39) at net.lightbody.bmp.BrowserMobProxyServer.(BrowserMobProxyServer.java:225) ``` Snippet from pom.xml: ```xml net.lightbody.bmp browsermob-core 2.1.5...

We are using Selenium/BrowserMobProxy and chrome to run a test against an application which is having a CA Signed certificate. When we go via BrowserMobProxy we see MITM certificate which...

![image](https://github.com/user-attachments/assets/06df3287-0874-4509-adb6-6755f33515fa)

Hello, We are using the browsermob proxy and the certificate provided is expired since yesterday: https://github.com/lightbody/browsermob-proxy/blob/master/browsermob-core/src/main/resources/sslSupport/ca-certificate-rsa.cer Can we have a new certificate? Thank you!

The browsermob-core in this utility contains a rsa and ec certificate which seems to be expired. The expiry is causing failure which did not exist before. Generating or using another...

I tried CORS but it didn't work. Here is my code: import asyncio import pygame from os.path import join from random import randint, uniform # Global score variable score =...

I'm using the default proxy config: ```kotlin BrowserMobProxyServer().start(53021) ``` And I extracted `ca-certificate-rsa.cer` from the BrowserMob resources. Running the following `curl` command, I'm getting `CERT_TRUST_REVOCATION_STATUS_UNKNOWN`: ```shell $ curl -v --cacert...

When using it to intercept responses, if the content of the response is compressed, such as gzip, then when fetching the response content normally, it is garbled. This solves the...