I have the following endpoint:http://millennium.iwise.com.br:6017/api/millenium_eco/Tabelas_preco.lista
If I try to open via browser, it asks me credentials and then works fine - as seen on image below.
user: OData
password: 0d@t@123
If I send the same GET request using POSTMAN or SOAPUI I get 401 Unauthorized.
What I am missing here? Thank you in advance.
UPDATE:
I took the browser's header request and used the same in POSTMAN and I'm still receiving 401 Unauthorized. Is there a possibility of the endpoint's server is configured to reject all but browser's request?