|
RT
比如这个站 http://www.cybersyndrome.net/country.html
就想采集中国的代理
抓包结果如下- POST http://www.cybersyndrome.net/cgi-bin/search.cgi HTTP/1.1
- Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml, application/x-ms-xbap, application/x-ms-application, */*
- Referer: http://www.cybersyndrome.net/country.html
- Accept-Language: zh-cn
- User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FDM)
- Content-Type: application/x-www-form-urlencoded
- Accept-Encoding: gzip, deflate
- Host: www.cybersyndrome.net
- Content-Length: 4
- Proxy-Connection: Keep-Alive
- Pragma: no-cache
- q=CN
复制代码 但是发现只有采网址才能用post方式 post方式采集内容时不知道在哪里设置~ |
|