本帖最后由 VisualEleven 于 2012-02-22 22:17:33 编辑

解决方案 »

  1.   

    http://blog.csdn.net/long80226/article/details/5471879
    看下这个,不知道对你有没有帮助
      

  2.   

    用户名,密码等,可能用JS通过HTTPS发送过去.
      

  3.   

    我就是想知道JS怎么组织http头的,然后用VC发过去
      

  4.   

    楼主你最好从http协议学起,然后从网上找几个例子,就豁然开朗了,其实说到底还是和服务器交互一些数据,用socket就可以实现
      

  5.   

    你没看懂这个帖子的意思!
    我对http协议非常熟悉,只是不知道12306怎么组织用户名,密码的,就是以什么样的格式??
      

  6.   

    找到解决问题的方法了
    冷漠,让我对CSDN有点越来越陌生了。。
      

  7.   

    直接hook文件 ws2_32.dll的send,recv 函数
    就可以 获知 怎么组织用户名,密码,验证码的
      

  8.   

    that is the https not http ,the data that you hooked in send and recv has been encrypted..
      

  9.   

    I have captured the plaintext data that contains the username , password and randcode, which are what I expected.
    solved;