- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 86字
- 2021-06-24 18:44:51
Knowing an HTTP request and response
An HTTP request is the message a client sends to the server in order to get some information or execute some action. It has two parts separated by a blank line: the header and body. The header contains all of the information related to the request itself, response expected, cookies, and other relevant control information, and the body contains the data exchanged. An HTTP response has the same structure, changing the content and use of the information contained within it.
推薦閱讀
- Implementing Cisco UCS Solutions
- 從零開始寫Linux內核:一書學透核心原理與實現
- 曝光:Linux企業運維實戰
- AWS Development Essentials
- OpenStack系統架構設計實戰
- 深入淺出Node.js
- 云原生落地:產品、架構與商業模式
- 計算機系統的自主設計
- Social Data Visualization with HTML5 and JavaScript
- Linux系統最佳實踐工具:命令行技術
- CentOS 6 Linux Server Cookbook
- Linux內核修煉之道
- Windows 8完全自學手冊
- Mastering Sass
- 再也不踩坑的kubernetes實戰指南