我得到"方法未实现GET到xxx不支持"在PUT cURL请求中

时间:2015-01-26 18:24:03

标签: php curl request put

我正在设置CURLOPT_CUSTOMREQUEST => 'PUT',并在我的localhost服务器中按预期工作。但在我的网络服务器中,我收到以下消息:

Method Not Implemented

GET to /web-services/index.php/attendance/user not supported.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

1 个答案:

答案 0 :(得分:0)

我发现了错误。我正在使用CURLOPT_CUSTOMREQUEST => ' PUT&#39 ;.现在我只使用curl_setopt($ ch,CURLOPT_HTTPHEADER,数组(' X-HTTP-Method-Override:PUT'));.