84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
我在自己电脑上用localhost访问是正常返回值的,可是放在服务器上然后去访问浏览器就显示400badrequest
光阴似箭催人老,日月如移越少年。
首先测试一下非https的链接,比如随便一个网址(http://www.baidu.com),看看是否能获取到内容,如果可以然后再测试一下 https://www.baidu.com,此时如果出现 400 bad request。那么问题应该就是出现 php 的版本上。我们系统曾经碰到类似的问题,php 从5.2.27 升级到 5.3.35 就出现这样的情况,非http正常,https出现问题。问题的原因大概是由于php 跟 openssl 库有冲突。我们的环境是centos。
代码中的 CURLOPT_SSL_VERIFYPEER 不是应该true 吗?
url有没有字符串拼接,看看是不是有换行符什么的
首先测试一下非https的链接,比如随便一个网址(http://www.baidu.com),看看是否能获取到内容,如果可以然后再测试一下 https://www.baidu.com,此时如果出现 400 bad request。那么问题应该就是出现 php 的版本上。我们系统曾经碰到类似的问题,php 从5.2.27 升级到 5.3.35 就出现这样的情况,非http正常,https出现问题。问题的原因大概是由于php 跟 openssl 库有冲突。我们的环境是centos。
代码中的 CURLOPT_SSL_VERIFYPEER 不是应该true 吗?
url有没有字符串拼接,看看是不是有换行符什么的