SocketHook
SocketHook copied to clipboard
Issue with Local Proxy Configuration and Chrome Traffic
I have configured a local proxy on port 8000. After that, I used Postman to make a call to the following address: 127.0.0.1:9000/api/createandinject?exePath=C:\Program Files\Google\Chrome\Application\chrome.exe, and included the following request body: { "RedirectionPort": 8000, "RedirectedIps": [] } The server responded with a 200 OK status, and Chrome was automatically launched. However, upon inspecting Chrome's traffic, I noticed that it wasn't going through the proxy as expected.
I also attempted using another proxy service (S5Proxy) but encountered the same issue.
I would greatly appreciate your assistance in resolving this matter.
Thank you.