- Building Microservices with Go
- Nic Jackson
- 136字
- 2021-07-15 17:28:11
5xx Server Error
Response status codes within the 500 range indicate that something has gone "Bang", the server knows this and is sorry for the situation.
The RFC advises that an error entity should be returned in the response explaining whether this is permanent or temporary and containing an explanation of the error. When we look at our chapter on security we will look at the recommendation about not giving too much information away in error messages as this state may have been engineered by a user in the attempt to compromise your system and by returning things such as a stack trace or other internal information with a 5xx error can actually help to compromise your system. With this in mind it is currently common that a 500 error will just return something very generic.
- What's New in TensorFlow 2.0
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 深入理解Java7:核心技術與最佳實踐
- Full-Stack Vue.js 2 and Laravel 5
- Visual C++數字圖像處理技術詳解
- Learning OpenStack Networking(Neutron)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Learning AWS
- Python程序設計開發寶典
- INSTANT Apache ServiceMix How-to
- 人人都能開發RPA機器人:UiPath從入門到實戰
- C語言程序設計與應用實驗指導書(第2版)
- 前端架構設計
- Java Web 從入門到項目實踐(超值版)