http://www.sufeinet.com/plugin.php?id=keke_group

苏飞论坛

 找回密码
 马上注册

QQ登录

只需一步,快速开始

分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程

HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成

HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子

查看: 6547|回复: 0

[HttpHelper] 登陆华为官网 验证码校验功能

[复制链接]
发表于 2014-10-30 08:52:43 | 显示全部楼层 |阅读模式
10金钱
飞哥,昨天抽空学了你写的用IE F12抓包登陆的教程,晚上就想登陆华为官网试一试,无奈怎么都登不上。我感觉应该没多大问题,就是登不上也不知道什么原因。麻烦抽空给看看 Winfrom 程序
       HttpHelper he = new HttpHelper();
        HttpItem item = new HttpItem();
        HttpResult resu = new HttpResult();
        string html = "";
        string t = "";
        public VMallDemo()
        {
            InitializeComponent();
            resu = he.GetHtml(new HttpItem() { URL = "http://www.vmall.com" });//访问华为官网首页
            resu = he.GetHtml(new HttpItem() { Cookie = resu.Cookie, URL = "http://hwid1.vmall.com:8080/oauth2/portal/login.jsp?validated=true&service=http%3A%2F%2Fwww.vmall.com%2Faccount%2Fcaslogin%3Furl%3Dhttp%253A%252F%252Fwww.vmall.com%252F&loginChannel=26000000&reqClientType=26" });//访问登陆页
            //获取时间戳
            DateTime time = new DateTime(0x7b2, 1, 1, 8, 0, 0, DateTimeKind.Utc);
            t = (long)(DateTime.Now.Subtract(time).TotalSeconds * 1000.0) + "";
            //显示验证码
            string yzmUrl = "http://hwid1.vmall.com/casserver/randomcode?_t=" + t;
            pictureBox1.Image = Image.FromStream(System.Net.WebRequest.Create(yzmUrl).GetResponse().GetResponseStream());
        }
        //校验验证码
        private void btnCheck_Click(object sender, EventArgs e)
        {
            string checkCode = txtCheckCode.Text;
            html = he.GetHtml(new HttpItem()
            {
                Cookie = resu.Cookie,
                URL = "http://hwid1.vmall.com/casserver/authcodevalidate?authcode=" + checkCode + "&reflushCode=0.544" + t + "&callback=jsonp" + t
            }).Html;
            if (html.Contains("failed"))
            {
                MessageBox.Show("验证码校验失败!");
            }
        }
一直提示 验证码校验失败。
Thanks



1. 开通SVIP会员,免费下载本站所有源码,不限次数据,不限时间
2. 加官方QQ群,加官方微信群获取更多资源和帮助
3. 找站长苏飞做网站、商城、CRM、小程序、App、爬虫相关、项目外包等点这里
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

QQ|手机版|小黑屋|手机版|联系我们|关于我们|广告合作|苏飞论坛 ( 豫ICP备18043678号-2)

GMT+8, 2024-11-24 15:18

© 2014-2021

快速回复 返回顶部 返回列表