- 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.
- 精通Nginx(第2版)
- MySQL數(shù)據(jù)庫管理實戰(zhàn)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- DevOps Automation Cookbook
- ASP.NET程序設計教程
- SQL Server 2016數(shù)據(jù)庫應用與開發(fā)
- 精通MATLAB(第3版)
- Learning Continuous Integration with TeamCity
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- 區(qū)塊鏈國產(chǎn)化實踐指南:基于Fabric 2.0
- QlikView Unlocked
- 愛上C語言:C KISS
- 遠方:兩位持續(xù)創(chuàng)業(yè)者的點滴思考
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Visual Basic語言程序設計基礎(第3版)