

#Flashcode 2035 httpstatus 0 code#
This is a typical HTTP 'created'' code because this code results as a consequence of resource creation on the server side by the controller after the client's request has been accepted. Header fields are received for HEAD type of requests. The response is dependent on the type of requests such as for POST request the body will contain the response that was desired as a result of the action in the request. 200 Status code will always contain a response body and it is mandatory according to the standards. This status code means that the client's request was carried out successfully by REST API. Here below you can get a brief note about what each of the codes are and their functionality as http status codes explained here. Some of the errors may include internal server error that arise due to faulty processing of the request.

2xx: The series that start with 2 is an indication of all green about the communication.This counts the actions of transfer level communications protocols. 1xx: This Http Client code series that start with 1 indicate that it is informational.The five categories of Http Status codes are as below: Common HTTP Errors on IIS HTTP Error 503.
