- 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.
- Mastering Selenium WebDriver
- Android 9 Development Cookbook(Third Edition)
- SQL Server與JSP動態網站開發
- Learning Modular Java Programming
- 運維前線:一線運維專家的運維方法、技巧與實踐
- 新印象:解構UI界面設計
- 創意UI:Photoshop玩轉APP設計
- Instant jQuery Boilerplate for Plugins
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- C# 7.0本質論
- Vue.js 3.x高效前端開發(視頻教學版)
- Building a Media Center with Raspberry Pi
- Spring MVC Cookbook
- Visual FoxPro程序設計
- iOS應用逆向工程:分析與實戰