'Request forbidden by administrative rules

I was trying to run a junit,which calls an API (https:conectapitest.company.com/consumerservice/createConsumer) ,when I was running using eclipse neon (java8) I am getting the following the error .

Unexpected response from Connect server:  responseCode=403, responseMessage=Forbidden responseBody=<html><body><h1>403 Forbidden</h1>
Request forbidden by administrative rules.
</body></html>

The API is working when I run in postman. I am using Mac OS. Is this issue related to eclipse or MacOS? I verified all eclipse configs ,did not change any settings ,it worked few weeks back. while running the testcase, I noticed the message like

SystemProperty java.net.useSystemProxies = null defaulting to FALSE 

How to fix this issue?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source