Answers for "python requests ignore SSL"

0

python requests ignore SSL

>>> 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