Blog
Articles to grow your career
Article
Here you will find the most common issues related to Postman usage that students face during practice.
Unauthorized 401 & access token
I tried o create a student (a user) and got error 401 unauthorized. What’s wrong?
Manage environments and Environment variables
I got no response or I got some error in my response with saying something like Error: getaddrinfo ENOTFOUND {{url}}
The method is not supported
I spent hours trying to make it work but still, it shows the method is not supported.
{
“error”: {
“status”: 405,
“title”: “Method Not Allowed”,
“message”: “POST method is not supported at /api/users/register/user%20.”
}
}
Extra symbols. 401 Unauthorized.
Leave an application and get a free consultation from our manager.
Postman shows me some errors and I see 401 unauthorized. What should I do?
What is Bearer Access token ID and how to use it?
Authorization is working through the ID so instead of doing a login for each request we reuse this ID that was originally generated when you have done the first login with your email and password. Every time you do a new login with login and password the ID will be auto-generated again.
How to work with variables to save an access token and reuse them?
I don’t want to copy and paste a token and other values from the response so how can I use variables instead?