PHP curl函数返回301 Moved Permanently问题【转】
作者:互联网
添加一行curl_setopt:
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);
这句话的意思是当遇到location跳转时,直接抓取跳转的页面。
参考链接:
https://blog.csdn.net/Angus_01/article/details/82467652
https://blog.csdn.net/linux4fun/article/details/50014961
标签:setopt,301,Moved,blog,Permanently,https,跳转,curl,net 来源: https://www.cnblogs.com/KillBugMe/p/13230707.html