SocketHook icon indicating copy to clipboard operation
SocketHook copied to clipboard

Issue with Local Proxy Configuration and Chrome Traffic

Open quangpv598 opened this issue 1 year ago • 0 comments

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.

quangpv598 avatar Aug 25 '23 08:08 quangpv598