http://millennium.iwise.com.br:6017/api/millenium_eco/Tabelas_preco.lista
If I try to open through a browser, it will ask for my credentials and work fine-as shown below.
User: OData
Password: 0d @t @ 123
If I use POSTMAN or SOAPUI to send the same GET request, I will get 401 Unauthorized.
p>
What am I missing here? Thank you in advance.
Update:
I accepted the browser’s header request and used the same content in POSTMAN, I still receive 401 Unauthorized. Is it possible Configure the endpoint’s server to reject all requests except the browser?
Since postman syncs across devices, it maintains a lot of cached information that I believe. I am in the app I clicked on my profile and logged out from all devices.
I then launched the application without logging in, I clicked the “Continue without logging in option”, which is a link near the bottom of the login page. Then I Able to run the request through the postman.
Then I logged in, and things went well through the postman.
Note: I always turn off the SSL certificate verification when setting up the request.
>
I have the following endpoints:
http://millennium.iwise.com.br:6017/api/millenium_eco/Tabelas_preco.lista
If I try to open via a browser, it will ask for my credentials and then work fine-as shown in the picture below.
User: OData
Password: 0d @t @ 123
p>
If I use POSTMAN or SOAPUI to send The same GET request, I will get 401 Unauthorized.
What am I missing here? Thank you in advance.
Update:
I accepted the browser’s header request and used the same content in POSTMAN, I still receive 401 Unauthorized. Is it possible Configure the endpoint’s server to reject all requests except the browser?
I got the exact same problem, request from The browser works but does not use Postman.
Since postman syncs across devices, it maintains a lot of cached information that I believe. I clicked on my profile in the app and downloaded it from all devices Log out.
I then launched the application without logging in. I clicked the “Continue without logging in option”, which is a link near the bottom of the login page. Then I was able to run the request via postman.
Then I logged in, and things went well through the postman.
Note: When setting up the request, I always turn off the SSL certificate verification.