猿问

用file_get_contents抓取淘宝的一个链接

$url = "https://s.taobao.com/search?q=&imgfile=&js=1&stats_click=search_radio_all%253A1&initiative_id=staobaoz_20181205&ie=utf8&tfsid=TB16_Lnt3DqK1RjSZSyXXaxEVXa&app=imgsearch";        
        $html = file_get_contents($url);
        echo $html;

用浏览器打开这个链接是可以的,但是用file_get_contents抓取的时候输出的是淘宝登陆界面,这是怎么回事?


繁星淼淼
浏览 705回答 1
1回答

PIPIONE

1,缺少cookie信息2,缺少header头信息,被认定为爬虫
随时随地看视频慕课网APP
我要回答