Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Cisco 200-901: Understanding HTTP Response Codes: 201 Created

Master the Cisco 200-901 certification exam with our detailed guide on Http Response Codes, including the 201 status code for successful REST API calls resulting in new resource creation.

Question

Which Http Response code is returned from a successful REST API call to create a new resource?

A. 201
B. 204
C. 302
D. 429

Answer

A. 201

Explanation

In the context of a REST API, the HTTP response code 201 signifies that a request has been fulfilled and resulted in a new resource being created. This is typically the response sent after POST requests, or some PUT requests, if the result of the request is the creation of a new resource.

The other options are not correct in this context:

  • B. 204 is the HTTP status code for ‘No Content’, which means the server successfully processed the request and is not returning any content.
  • C. 302 is the HTTP status code for ‘Found’, which indicates that the requested resource resides temporarily under a different URI.
  • D. 429 is the HTTP status code for ‘Too Many Requests’, which means the user has sent too many requests in a given amount of time.

Cisco 200-901 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Cisco 200-901 exam and earn Cisco 200-901 certification.

The post Cisco 200-901: Understanding HTTP Response Codes: 201 Created appeared first on PUPUWEB - Tech Solution and Advice from Pro.



This post first appeared on PUPUWEB - Information Resource For Emerging Technology Trends And Cybersecurity, please read the originial post: here

Share the post

Cisco 200-901: Understanding HTTP Response Codes: 201 Created

×

Subscribe to Pupuweb - Information Resource For Emerging Technology Trends And Cybersecurity

Get updates delivered right to your inbox!

Thank you for your subscription

×