maroph

Requests: with and without verify certificates

Nov 12th, 2025
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. import requests
  2.  
  3. requests.get('https://itunes.apple.com/search?term=ramones&entity=album')
  4. requests.get('https://itunes.apple.com/search?term=ramones&entity=album', verify=False)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment