dev-resources.site
for different kinds of informations.
important status code to be known as API developer
Published at
1/8/2025
Categories
api
statuscodes
request
response
Author
Salman Asu
success
200
ok
- use with get method after receiving success response
201
created
- use with post method when data is add or modify in database
client error
400
bad request
- use when user send wrong data with payload, parameter or query
401
unauthorize
- use when unauthorize user or without login user try to access the resources.
403
forbidden
-
use when user is authorize but not have permission to access the resources(
admin
).
404
page not found
- use when user try to access invalid route.
server error
500
internal server error
- when something went wrong with code or server.
*for more refer *
Articles
10 articles in total
important status code to be known as API developer
currently reading
Load balancer vs Gateway vs reverse proxy vs forward proxy
read article
HTTP Headers in API
read article
flow design for access and refresh token- JWT
read article
comparing Domain-Driven Design (DDD) and Clean Architecture
read article
All About Typescript For Javascript Developer
read article
All About Javascript For Intermediate
read article
Full Guide For React Developer
read article
Jumping From Javascript To Typscript Concept Should be Known
read article
NIST Defination of cloud computing with Diagram
read article
Featured ones: