
HTTP Toolkit
Proxyman.io
Charles Proxy
Surge for Mac
mitmproxy
Fiddler
Weer
James
Vedro
FastAPI
mitmproxy
OpenAPI Generator
OnlineOrNot
Thumbnail.ai
SafeQL
Parsnip
HTTP ToolkitBased on our record, HTTP Toolkit should be more popular than Vedro. It has been mentiond 30 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I can add certificates on my unrooted android. That how HTTPToolkit [0] works, it only requires adb, which (thankfully) doesn't trip banking apps. Banking apps can (and do iirc) pin certificates, so a rooted phone adds no risk whatsoever. Also in my experience a rooted phone experience is by far more secure than the OEM androids. Security is supposed to assess risk objectively, yet "running on a Xiaomi phone with... - Source: Hacker News / 5 months ago
For my rather simple needs I've been using https://httptoolkit.com free edition, I like that it launches a independent Firefox window on its own for the intercepting so I don't have to touch my working browser or deal with configuring a proxy anywhere. - Source: Hacker News / 7 months ago
This one is truly a gem: https://httptoolkit.com It even bypasses SSL pinning on Android using 1 click. - Source: Hacker News / 7 months ago
Https://httptoolkit.com also worth a look if you're interested in this space: has some neat automated setup for Android MITM that can be much simpler _and_ more effective than the manual config route (with automated Frida setup on rooted devices, so it handles unpinning too!). More UI & less CLI focused, so depends which way your preferences go there. - Source: Hacker News / about 1 year ago
Just setup httptoolkit [0], it just works. [0] - https://httptoolkit.com/. - Source: Hacker News / over 1 year ago
I'm working on Vedro, a Python testing framework as a pytest alternative without the magic and with clear output. The main idea is that tests should just be Python: plain `assert` statements instead of custom matchers, no fixture magic, and when tests fail you get readable diffs that actually show what went wrong. Tests can be simple functions or structured with steps that self-document in the output.... - Source: Hacker News / 10 months ago
This isn't a pipe dream. It's exactly what vedro-httpx doesโ-โan official plugin for the Vedro testing framework that not only makes API testing effortless but also generates OpenAPI specs from your test runs. - Source: dev.to / 12 months ago
Since we used Vedro, an open-source Python framework for scenario-based testing, our rules were largely shaped by its syntax. Below is an example of a typical test scenario:. - Source: dev.to / over 1 year ago
One of the greatest strengths of Vedro is its scenario-based approach to testing. By modeling tests as clear-cut user stories, Vedro helps you write behavior-driven tests that reflect real-world usage. However, while scenario classes are fantastic for complex tests (like end-to-end scenarios), they can sometimes feel verbose when writing smaller, more straightforward checks, such as unit tests. - Source: dev.to / over 1 year ago
Vedro offers powerful extensibility through its plugin system, allowing you to create robust, reusable solutions that can be shared across different projects and teams. But what if you're just experimenting with your codebase, prototyping a concept, or adding a small tweak? Writing a full plugin might feel like overkill. Thatโs where vedro-hooks comes in. - Source: dev.to / over 1 year ago
Proxyman.io - Proxyman is a high-performance macOS app, which enables developers to view HTTP/HTTPS requests from apps and domains.
FastAPI - FastAPI is an Open Source, modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
Charles Proxy - HTTP proxy / HTTP monitor / Reverse Proxy
mitmproxy - mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP.
Surge for Mac - Advanced Web Debugging Proxy for Mac & iOS
OpenAPI Generator - OpenAPI Generator enables you to generate documentation, clients, and servers from OpenAPI 2.0/3.x documents without hassle.