Answers for "python requests ignore cert"

0

python requests ignore cert

>>> requests.get('https://kennethreitz.com', verify=False)
<Response [200]>
Posted by: Guest on August-30-2021

Python Answers by Framework

Browse Popular Code Answers by Language