REST – GET request is valid in the browser, but invalid in Postman or SOAPUI

I have the following endpoints:
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

enter image description here

If I use POSTMAN or SOAPUI to send the same GET request, I will get 401 Unauthorized.

enter image description here

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?

enter image description here
enter image description here

I got the exact same problem, the request works from the browser but does not use Postman.

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>

enter image description here

If I use POSTMAN or SOAPUI to send The same GET request, I will get 401 Unauthorized.

enter image descr iption here

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?

enter image description here
enter image description here

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.

Leave a Comment

Your email address will not be published.