python之爬虫requests

import requests
result = requests.get("https://127.0.0.1:9200/_search", headers=headers, verify=False)
#verify跳过ssl认证

关于http的authorization认证

posted @ 2023-09-17 09:01  coding天荒地老  阅读(12)  评论(0编辑  收藏  举报