0
0
Postmantesting~5 mins

Status codes reading in Postman - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does a 200 status code mean in HTTP?
A 200 status code means OK. The request was successful and the server returned the requested data.
Click to reveal answer
beginner
What is indicated by a 404 status code?
A 404 status code means Not Found. The server could not find the requested resource.
Click to reveal answer
beginner
What does a 500 status code represent?
A 500 status code means Internal Server Error. Something went wrong on the server side.
Click to reveal answer
intermediate
Why is a 301 status code important?
A 301 status code means Moved Permanently. It tells the client the resource has a new URL and to use it in the future.
Click to reveal answer
beginner
What does a 401 status code indicate?
A 401 status code means Unauthorized. The client must authenticate to get the requested response.
Click to reveal answer
Which status code means the request was successful?
A404
B200
C500
D301
What does a 404 status code tell you?
AServer error
BUnauthorized access
CResource not found
DRedirect to new URL
If you get a 500 status code, what should you check?
AServer internal error
BAuthentication credentials
CResource moved permanently
DClient request format
Which status code means the resource has moved permanently?
A404
B401
C200
D301
What does a 401 status code require from the client?
AAuthentication
BNothing, request succeeded
CResource moved
DServer error
Explain the difference between 4xx and 5xx status codes.
Think about who caused the problem: client or server.
You got /3 concepts.
    Describe what happens when a 301 status code is received.
    Imagine changing your home address and telling friends to send mail to the new place.
    You got /3 concepts.