I'm running a test using a REST session and in all the commands, I get the error:
curl: (56) Received HTTP code 403 from proxy after CONNECT
There is a proxy in the system and when I select "no proxy" in the Firefox options, I can do a GET, for instance. However, I'm not sure how to configure it on iTest.
With iTest closed, I did
no_proxy=127.0.0.1,localhost, proxyIP:port
in the terminal, then I opened iTest--> Preferences--->NetworkConnections and I tried the three options: Manual, Direct and Native and none of them works.
Am I missing something? Thanks!