Interview Practice Questions
Q5: What does HTTP status code 204 mean?
Success Response - No Content - Because the processing request to delete a resource was successful, there is no response body data to deliver.
Q7: What does HTTP status code 206 mean?
Success Response - Partial Content - The client requested only part of the resource, so the server delivered only that part of the resource
Q8: What does HTTP status code 226 mean?
Success Response - IM Used - The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance
Q9: What does HTTP status code 300 mean?
Redirection Response - Multiple Choices - Ensures that the client can select which choice from your resource they need so that they don't see unwanted resources