- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 109字
- 2021-06-24 18:44:52
The PUT and DELETE methods
The PUT and DELETE methods are part of WebDAV, which is an extension of the HTTP protocol and allows for the management of documents and files on a web server. It is used by developers to upload production-ready web pages onto the web server. PUT is used to upload data to the server whereas DELETE is used to remove it. In modern day applications, PUT and DELETE are also used in web services to perform specific operations on the database. PUT is used for insertion or modification of records and DELETE is used to delete, disable, or prevent future reading of pieces of information.
推薦閱讀
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- Persistence in PHP with the Doctrine ORM
- VMware Horizon View 6 Desktop Virtualization Cookbook
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- 深入Linux內核架構與底層原理(第2版)
- Android物聯網開發細致入門與最佳實踐
- Delphi Programming Projects
- Advanced TypeScript Programming Projects
- VMware Horizon View Essentials
- 新編電腦辦公(Windows 10+ Office 2013版)從入門到精通
- Linux系統最佳實踐工具:命令行技術
- Windows 7實戰從入門到精通(超值版)
- 從零開始學安裝與重裝系統
- iOS 10快速開發:18天零基礎開發一個商業應用
- Android應用性能優化最佳實踐