You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem when I try to send a POST request via Postman to test my POST methods. I am getting a 401 unauthorized error.
At first, I suspected that the 401 unauthorized error was caused by an authentication problem. However, when I tried a GET method that also required authentication, it worked fine, so the issue must be specific to the POST endpoint.
The text was updated successfully, but these errors were encountered:
I have a problem when I try to send a POST request via Postman to test my POST methods. I am getting a 401 unauthorized error.
At first, I suspected that the 401 unauthorized error was caused by an authentication problem. However, when I tried a GET method that also required authentication, it worked fine, so the issue must be specific to the POST endpoint.
The text was updated successfully, but these errors were encountered: