cle-b / httpdbg

A tool for Python developers to easily debug the HTTP(S) client requests in a Python program.
https://httpdbg.readthedocs.io/
Apache License 2.0
551 stars 13 forks source link

Debug requests from EXE files. #146

Closed SashaXser closed 18 hours ago

SashaXser commented 4 days ago

This functionality is sorely lacking

cle-b commented 18 hours ago

Indeed, you cannot use httpdbg with an executable file.

For this use case, I suggest using another tool, such as a proxy like mitmproxy.