This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Description
I'm using Titanium Web Proxy to be able to monitor the traffic on my network, with the end goal of being able to get information about each URL visited, and potentially block them.
I've got it to the point where I can see the incoming URLs, but everytime I try and run HttpClient.PostAsync from within my application, I'm never able to get a response. If I turn the proxy off, it works just fine.