51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1556|回复: 3
打印 上一主题 下一主题

[求助] https add_cookie问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2016-12-22 15:28:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

需求:
模拟登陆系统,
第一步:GET请求,登陆url,获取sessionid和token
第二步:post请求,cookie为获取到的session和token,body为用户名和密码信息。
问题:第二步报404错误,cookie添加失败。求助大神我的问题出在哪里?

我得代码:
        web_custom_request("login.html",
                "URL=https://{ip}:4430/dashboard/auth/login/",
                "Method=POST",
                "Resource=0",
                "RecContentType=text/html",
                "Referer=https://{ip}:4430/dashboard/auth/login/",
                "Snapshot=",
                "Mode=html",
                "EncType=text/plain; charset=UTF-8",
//        "body={username=\"{user}\"&password=c2RnZmFzZGc%3D&csrfmiddlewaretoken=\"{csrftoken_1}\"}",
                LAST);
    web_add_cookie(cookie);
        return 0;

错误信息:
Action.c(14): Continuing after Error -26627: HTTP Status-Code=404 (Not Found) for "https://199.201.90.31:4430/dashboard/auth/login/"          [MsgId: MERR-26627]
Action.c(14): HANDLE_CLOSING" on behalf of "URL="https://199.201.90.31:4430/dashboard/auth/login/"          [MsgId: MMSG-27397]
Action.c(14): web_custom_request("login.html") highest severity level was "continue on error", 21 body bytes, 65 header bytes          [MsgId: MMSG-26388]
Action.c(14): Continuing after error in Vuser script.
Action.c(25): web_add_cookie started          [MsgId: MMSG-26355]
Action.c(25): Continuing after Error -27234: Adding the cookie failed          [MsgId: MERR-27234]
Action.c(25): web_add_cookie highest severity level was "continue on error"          [MsgId: MMSG-26391]
Action.c(25): Continuing after error in Vuser script.

分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

3#
发表于 2017-1-3 14:20:21 | 只看该作者
需要先解决 Action.c(14): Continuing after Error -26627: HTTP Status-Code=404 (Not Found) for "https://199.201.90.31:4430/dashboard/auth/login/"   这个问题,从报错信息看是没有找到相应页面,可以自己手动访问下,如果不能访问,需要排查。
回复 支持 反对

使用道具 举报

  • TA的每日心情
    郁闷
    2015-9-16 21:42
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    4#
    发表于 2017-1-8 23:59:26 | 只看该作者
    你添加错地方了
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /2 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-6-11 06:27 , Processed in 0.069080 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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