当前位置:Gxlcms > PHP教程 > PHPcurl报错“Problem2intheChunked-Encodeddata”解决方法

PHPcurl报错“Problem2intheChunked-Encodeddata”解决方法

时间:2021-07-01 10:21:17 帮助过:22人阅读

Windows环境下遇到1个很奇怪的问题,使用PHP curl发送要求报错。

但是使用阅读器直接访问又正常,怀疑是php_curl.dll扩大本身的bug,解决方案以下:

在PHP curl头部添加HTTP版本信息便可解决:

curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_0);

以上就介绍了PHP curl报错“Problem 2 in the Chunked-Encoded data”解决方法,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

人气教程排行