Getting a 401 error code on Postman 10.15.4 when it was working just fine on 10.13

34 Views Asked by At

I have an API that I was using to obtain a JSON through a GET request. I had to first authenticate my user through POST and then GET the information from the API.

This would work just fine until the newest update (10.15.4). Now, I am still able to authenticate, but when I make the GET call, I get a 401 response code. The response headers also do NOT include WWW-Authenticate, which is what is tripping me out because apparently they SHOULD include it.

I've tried everything and I don't know what's wrong.

I followed the same logic when creating a similar service in Go using this API and that works just fine, so I don't think it has anything to do with the API or with the way the requests are being made, but maybe with Postman itself.

0

There are 0 best solutions below