- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 134字
- 2021-07-03 00:02:18
Response codes
Response codes, better known as HTTP status codes, tell us about the status of a request. If an HTTP request is successful, the HTTP status code is 200 which means OK. If there is a server error, it returns 500 status code which means an internal server error. In case of any problem in the request, the HTTP status code is 400 and onwards where 400 status code means a bad request. In case of redirection, the response code is 300 and onwards.
To see the complete list of response code and their usage, see https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
I won't go into details of it as it would be redundant since all of it is already available at the preceding mentioned Wikipedia link. However, we will discuss the different status codes as we proceed.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Angular UI Development with PrimeNG
- 程序員數學:用Python學透線性代數和微積分
- 深入實踐Spring Boot
- Java從入門到精通(第5版)
- DevOps Automation Cookbook
- MATLAB定量決策五大類問題
- Java項目實戰精編
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Python 3.7從入門到精通(視頻教學版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Java Web應用開發項目教程
- Mastering JavaScript
- DevOps 精要:業務視角
- 絕密原型檔案:看看專業產品經理的原型是什么樣