I'm trying to debug an api call I'm making to a Local API and I have setup a proxy (mitmproxy) to capture the requests, I have also set the proxy settings in Postman, my IDE and Fedora Network Settings and imported the required CA certificate from mitmproxy.The proxy seems to be working fine except that any API calls my code makes are not captured regardless of whether I run my code from the terminal or my IDE. I can see captured requests from other apps on my system as well as postman requests to the same API.
Proxy Tool is mitmproxy with mitmweb IDE is Jetbrains Rider My code is written in dotnet 6
Has anyone had a similar issue?