Live data from Hacker News

Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

github.com

61–62 of 62 posts

Re: Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

#61
post #56

Earlier quoted context omitted.

It's not as simple as it sounds, it requires a lot of code to capture Python traffic with charles-proxy. For example, you might modify your python code to use a Proxy and accept a self-signed Charles's certificate. If you need a 1-click solution, no dependencies, and no code's required, check out Proxyman with Auto-Setup: https://docs.proxyman.io/automatic-setup/automatic-setup Works with all popular Python libs: req…

Is that only iOS?

Both, native macOS and iOS

Re: Show HN: Httpdbg – A tool to trace the HTTP requests sent by your Python code

#62
post #29

I've always used a proxy, like charles proxy, for this exact purpose. A neutral middle-man that gives exact timing/response data.

I'm really surprised this was downvoted. Running e.g. mitmproxy and pointing your Python process at it is absolutely the way to do this.

This is how I do it. But I use it for everything I even want to proxy yo inspect the traffic really.
Post reply on HN