Getting started
installation
httpdbg is available on pip.
compatibility
httpdbg currently supports:
- Python
3.9,3.10,3.11,3.12,3.13. Linux,MacOS,Windows.
usage
To use httpdbg, the only thing you have to do is to replace the command python by pyhttpdbg. There is no modification to do in the code itself.
You can use httpdbg to trace all the HTTP requests you do in a Python console:
- Open a Python console using the command
pyhttpdbg
- Use a HTTP client to perform a HTTP request

- Open a web browser and navigate to
http://localhost:4909to show the HTTP request information.
