http中post和put实际应用中的差别?

WBOY
Release: 2016-06-06 20:19:11
Original
1363 people have browsed it

按照网上查来的信息,post 用来创建资源,put用来更新资源。

现在搭建了nginx,通过put确实可以实现文件上传到指定位置,以及更新指定的文件。

那么post能不能像put那样在对应目录创建资源呢?如果可以,比如在nginx或者apache应该怎么做?
还是post只能把请求发送给php. Jsp 之类语言来实现上传,更新资源?

回复内容:

按照网上查来的信息,post 用来创建资源,put用来更新资源。

现在搭建了nginx,通过put确实可以实现文件上传到指定位置,以及更新指定的文件。

那么post能不能像put那样在对应目录创建资源呢?如果可以,比如在nginx或者apache应该怎么做?
还是post只能把请求发送给php. Jsp 之类语言来实现上传,更新资源?

post只能把请求发送给php. Jsp 之类语言来实现上传,更新资源.

因为如果没有权限控制 谁都可以使用PUT,DELETE 等方法请求服务器的文件的话 , 那服务器的安全如何保证 ..

再说 普通的浏览器中只能使用 HTTP中的 GET 和 POST 方法 .

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template