You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: