摘要: 使用python3 requests发送https请求,已关闭认证(verify=False)情况下,提示:InsecureRequestWarning: Unverified HTTPS request is being made to host 解决方法:在代码中添加以下代码即可 import 阅读全文
posted @ 2021-10-06 23:09 *默九九* 阅读(926) 评论(0) 推荐(0)