我现在貌似通过了,但是在password的地方卡住了,这个password好像是用RSA加密的,publickey我已经拿到了,但是用C#加密之后POST提交,总是返回密码格式不正确。不知道是不是RSA用法有问题,有人做过么?

解决方案 »

  1.   

    请问楼主做好了吗,我也在做关于新浪微博模拟登陆我用的C#的httprequest post 数据,post的数据是我用HTTPwatch直接抓下来的,但是提交后返回给我的是
    <html>
    <head>
    <title>新浪通行证</title>
    <meta http-equiv="refresh" content="0; url=&#39;http://login.sina.com.cn/signup/signin.php?entry=sso&r=http%3A%2F%2Flogin.sina.com.cn%2F&#39;"/>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK" />
    </head>
    <body bgcolor="#ffffff" text="#000000" link="#0000cc" vlink="#551a8b" alink="#ff0000">
    <script type="text/javascript" language="javascript">
    location.replace("http://login.sina.com.cn/signup/signin.php?entry=sso&r=http%3A%2F%2Flogin.sina.com.cn%2F");
    </script>
    </body>
    </html>
    没有显示retcode=0的成功登陆的标志,不知道问题出在哪,如果楼主遇到过还请分享点经验!!!