Question from the Node.js - Fundamentals test

Archived

What does an HTTP code of 201 typically represent?

Author: LĂ©oStatus: Archived(New question!)Question passed 403 times
-1
Community Evaluations
developer avatar
amir
24/10/2022
It’s both answers actually
developer avatar
Auteur anonyme
13/08/2023
An HTTP status code of 201 typically represents the "Created" status. It is used to indicate that a new resource has been successfully created as a result of a POST request. This status code is commonly returned in response to a POST request that results in the creation of a new resource on the server, such as creating a new entry in a database, uploading a new file, or adding a new item to a collection.