看看这个网站怎么用IDHTTP提交数据??? ( 积分: 50 )

W

wang_hn

Unregistered / Unconfirmed
GUEST, unregistred user!
有一个网站,我想投票,并抓取了网站提交的数据如下:
但我用idhttp来post,模拟下面的数据,但为什么post不成功啊,也就是投不了票>?
网站地址是:http://images.39.net/html/kyq/index.html
希望有人指点一下。[:D]
-----------------------------
POST /VoteManage/VoteVote.aspx HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://images.39.net/html/kyq/index.html
Accept-Language: zh-cn
Content-Type: application/x-www-form-urlencoded
UA-CPU: x86
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TencentTraveler ; .NET CLR 2.0.50727)
Host: gip.39.net
Content-Length: 32
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: Votes=,713,

voteID=713&check=8240&check=8430
---------------------------
 
没有人来啊,如果妥不够,可以再加啊
 
一:
要换IP
二:
POST /VoteManage/VoteVote.aspx HTTP/1.1
Accept: application/x-shockwave-flash, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
Referer: http://images.39.net/html/kyq/index.html
Accept-Language: zh-cn
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; Maxthon)
Host: gip.39.net
Content-Length: 56
Connection: Keep-Alive
Cache-Control: no-cache
voteID=713&check=8240&check=8430&image2.x=65&image2.y=10

再不成功,找我!
 
借兄弟宝地一用,
请问一下linchhero,为什么我用HttpWatch来获取用Ajax写的网页时,我获取来的Post信息,再用IDHttp去Post时,却不成功!!为什么呢?

如能解答,我另开贴送分重谢。!!![:)][:)]
 
to DingP:
呵呵!原因有很多,服务器验证方法很多的,
如:随机数,COOKIE,IP 验证,来路检测,加密,……
你另开贴吧,针对问题解决好一些!
QQ:417961930!
 
算了。我结贴了。
 
顶部