0% found this document useful (0 votes)
6 views9 pages

Understanding HTTP Status Codes

Uploaded by

Jawahar S
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views9 pages

Understanding HTTP Status Codes

Uploaded by

Jawahar S
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

#JasBagga

HTTP Status

C des - API

Swipe

[Link]

#JasBagga

HTTP Status Code


HTTP code help the client understand what
happened to the API request.

They are numbers between 100 to 500.

It is sent to the client by the server, such as a Node


Server.

Depending on the received status code, the client


takes a specific action.
Swipe
[Link]

#JasBagga

200 OK
The 200 OK status code let you know that API
request was successful.

Swipe
[Link]

#JasBagga

201 Created
The HTTP 201 Created success status response code
denotes that the request was successful and
resulted in the creation of a resource.

Swipe
[Link]

#JasBagga

400 Bad Request


The 400 Bad Request status code indicates that the
request could not be processed by the server
because the client provided inaccurate information.

Swipe
[Link]

#JasBagga

401 Unauthorized
401 Unauthorized Status code indicates that the
server did not receive a validated request because it
lacked acceptable authentication credentials.

Swipe
[Link]

#JasBagga

404 Not Found


You will get this 404 Not found status code when
the API endpoint is incorrect.

Swipe
[Link]

#JasBagga

500 Internal Server Error


An HTTP status code of 500 Internal Server Error
denotes that the server had an unexpected error
while handling the request.

Swipe
[Link]

#JasBagga

Follow #JasBagga

for integration related information

If you like the Post share it with your Network

Like Comment Repost Send

[Link]

You might also like