- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 70字
- 2021-06-24 18:44:55
HTTP methods in web services
REST web services may treat HTTP methods differently than in a standard web application. This behavior depends on the developer's preferences, but it's becoming increasingly popular to correlate POST, GET, PUT, and DELETE methods to CRUD operations. The most common approach is as follows:
- Create: POST
- Read: GET
- Update: PUT
- Delete: DELETE
Some Application Programming Interface (API) implementations swap the PUT and POST functionalities.
推薦閱讀
- Linux網絡管理與配置(第2版)
- Linux從零開始學(視頻教學版)
- Arch Linux Environment Setup How-to
- 精通Linux內核開發
- vSphere Virtual Machine Management
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 竹林蹊徑:深入淺出windows驅動開發
- 嵌入式系統及其應用(第三版)
- 從實踐中學習Kali Linux無線網絡滲透測試
- Windows 7應用入門與技巧
- OpenSolaris設備驅動原理與開發
- Windows 7使用詳解(修訂版)
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- 應急指揮信息系統設計
- Microsoft Hyper-V Cluster Design