接口测试
文章平均质量分 83
乐瓜乐虫
这个作者很懒,什么都没留下…
展开
-
接口加密和图片验证码处理
MD5在线加密](https://www.sojson.com/encrypt_md5.html):https://www.sojson.com/encrypt_md5.html。[图鉴](http://www.ttshitu.com/user/index.html):http://www.ttshitu.com/user/index.html。- 请求体参数:{"member_id": XXX,"amount": 10000.0,"timestamp":XXX,"sign": "XXX"}原创 2024-10-10 22:40:08 · 537 阅读 · 0 评论 -
postman的接口关联与参数化、Cookie、Session 、token、接口鉴权、requests设置代理抓包、requests库
postman的接口关联配置:js代码,重点在于思路。关于这个工具具体的详细使用: 参数化 + 断言 + CSV批量等 都可以。原创 2024-03-25 16:00:00 · 997 阅读 · 0 评论 -
Cookie、Session 、token
Cookie适用于轻量级、非敏感数据的存储和用户偏好的记忆。Session适合存储敏感的、需要保护的用户数据,但需要考虑服务器资源和扩展性问题。Token尤其是 JWT,适合于跨域验证、无状态应用和微服务架构,但需要注意撤销机制和安全管理。原创 2024-08-21 11:23:24 · 413 阅读 · 0 评论