1
我试图使用卷曲得到的数据形式的URL:使用cURL复制浏览器请求
http://example.com/site-explorer/get_overview_text_data.php?data_type=refdomains_stats&hash=19a53c6b9aab3917d8bed5554000c7cb
至极需要一个cookie,所以我firts其存储在一个文件中:
curl -c cookie-jar http://example.com/site-explorer/overview/subdomains/example.com
试图卷曲使用这些值:
curl -b cookie-jar -A "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" --referer "http://example.com/site-explorer/overview/subdomains/example.com" http://example.com/site-explorer/get_overview_text_data.php?data_type=refdomains_stats&hash=19a53c6b9aab3917d8bed5554000c7cb
任何帮助将受到欢迎。
实际问题是什么?出了什么问题? – danfuzz
我得到空的答复 – user1478993