相关疑难解决方法(0)

在 Apache 服务器上启用 HTTP DELETE 请求

我需要配置我的服务器以允许 http 删除方法。目前,当我尝试拨打此电话时出现以下错误:


HTTP/1.1 405 Method Not Allowed
Date: Mon, 11 Apr 2011 20:56:23 GMT
Server: Apache/2.2.17 (Win32) PHP/5.3.5
Allow: GET,HEAD,POST,OPTIONS,TRACE
Content-Length: 233
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
Run Code Online (Sandbox Code Playgroud)

我已经进行了广泛的搜索,但无法找到有关如何配置服务器以允许此请求的答案。有人请帮忙,因为它阻止了我的项目。

http apache-2.2

5
推荐指数
1
解决办法
8798
查看次数

标签 统计

apache-2.2 ×1

http ×1