Raj Jamatia

Results 5 comments of Raj Jamatia

Hi @pimterry I’ve been using HTTP Toolkit and it’s been incredibly useful. However, I find myself often needing to intercept and modify traffic in a way similar to how mitmproxy...

HI @pimterry The specific features I'm referring to are: 1. **Scripting and Automation**: A Python API or similar to automate the interception and manipulation of HTTP(S) traffic. 2. **URL Filtering...

`from mitmproxy import http def request(flow: http.HTTPFlow) -> None: # If the request URL contains "pdf" if "pdf" in flow.request.pretty_url: # Print the URL print(flow.request.pretty_url)` here's an example about what...

NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian" PRETTY_NAME="Pop!_OS 22.04 LTS" VERSION_ID="22.04" HOME_URL="https://pop.system76.com" SUPPORT_URL="https://support.system76.com" BUG_REPORT_URL="https://github.com/pop-os/pop/issues" PRIVACY_POLICY_URL="https://system76.com/privacy" VERSION_CODENAME=jammy UBUNTU_CODENAME=jammy LOGO=distributor-logo-pop-os