justcoding121 / titanium-web-proxy

A cross-platform asynchronous HTTP(S) proxy server in C#.
MIT License
1.93k stars 611 forks source link

The request protocol used by xnet could not be captured #897

Open rickywindcr4ck opened 2 years ago

rickywindcr4ck commented 2 years ago

I have a client program that uses the xnet library to get data. I use Titanium proxy to catch url connection and return ok data. But currently cannot catch the url when using xnet. But accessing that url from the browser, the proxy program captures the data normally. Can anyone guide me to capture the url and return the data for that url The demo program I have attached is on gdriver. IT is the source visual https://drive.google.com/drive/folders/13bT3Tbdl4K5_O3jlEpegzkdbKn5f8_E6?usp=sharing