Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在笔记本电脑上测试 PHP CURL,但由于内容长度为负,Norton 阻止了文件上传。
所以,我认为 CURL 正在发送 Content-Length: -1。
我该如何解决?通过手动设置内容长度?如果是这样,最好的方法是什么?
看起来我有curl_setopt($CURL, CURLOPT_POST, TRUE),这不是一个好主意。我删除了它,诺顿没有抱怨并且脚本有效。
curl_setopt($CURL, CURLOPT_POST, TRUE)