最近在做一个东西需要POST一个地址  可无奈总提示我“连接超时”。奇怪的是异常提示除了操作超时没有任何其他内部异常
同样的代码我提交其他任何网站一点问题也没有。
我用火车头采集器自带的HTTP模拟器 进行提交依然也是“操作超时”。
而我用HTTPANALY自带抓包软件提交可以正常提交。高手看一下
以下是我用HTTPANALY自带的工具提交 的包请求头:
POST /signin HTTP/1.1
Host: xxx.net
Content-Length: 321l_id=mcxiao111&l_pwd=mcxiao&l_ssn=&l_name=&l_unlockid=&l_unlockname=&l_domain=login.netmarble.net&l_sname=l1&l_dirurl=0&l_url=http%25253A%25252F%25252Fwww%25252Enetmarble%25252Enet%25252F&l_which=0&l_type=1&l_irclogin=1&l_etc=&l_errcode=-2&l_failcnt=0&l_idstate=20&l_gender=&l_year=2013&l_system=
                       
相应头:
HTTP/1.1 302 Moved Temporarily
Date: Tue, 23 Apr 2013 05:27:30 GMT
Server: Apache-Coyote/1.1
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Location: http://login.xxxx.net/SecCenter/Login.asp
Content-Language: en-US
Content-Length: 0
Set-Cookie: NSERR=-140; domain=.xxx.net; path=/
Set-Cookie: NSCHK=f; domain=.xxx.net; path=/
Connection: close
Content-Type: text/plain
我在请求头中没有设置任何请求头信息。这个软件可以正常提交。同样我用HTTPWEBREQUEST 和 第三方 火车头采集器的HTTP模拟器也不行 都是返回操作超时
不知到HTTPWEBREQUEST 需要设置什么才能解决 网上的法子都试过 表示无效