摘要: 1.fiddler无法抓某网站的接口时,提示当前网络断开,非认证 fiddler-option-https-Ations- Export Root Certificate to Desktop 2.打开浏览器- 设置 - 隐私设置及安全性 - 证书管理 - 导入桌面证书至受信任的 根证书颁发机构 因 阅读全文
posted @ 2020-09-19 23:42 文刀六日 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 思路: 1. 接口请求 requests.post(url,files=file) 2.url,上传文件的接口地址 3.files,上传文件的信息 url = 'https://www.baidu.com/user/postpic' files = { --fileFieID是接口的参数,type也 阅读全文
posted @ 2020-09-19 23:22 文刀六日 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 接口测试- json格式处理: import json import requests url='http://www.baidu.com' data ={ 'username':'test01', 'password';'test01' } rest = requests.post(url,dat 阅读全文
posted @ 2020-09-19 22:53 文刀六日 阅读(170) 评论(0) 推荐(0) 编辑
摘要: --导入requests import requests url= 'http://www.baidu.com' get_url = 'https://www.baidu.com?username='test01'&password='test'' data = { 'username':'test 阅读全文
posted @ 2020-09-19 17:47 文刀六日 阅读(138) 评论(0) 推荐(0) 编辑