python用requests發送https的請求時,有安全驗證

python用requests發送https的請求時,有安全驗證,將驗證設置爲false 便可verify=Falsepython content = {‘login’: ‘1234567890’, ‘password’: ‘123456’} r=requests.post(‘url…login’,verify=False,data=content) print(r.status_code)web
相關文章
相關標籤/搜索