Created
October 5, 2023 17:56
-
-
Save Anas-jaf/2a5812c14b79f31ef7910b9f75913f90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
proxies = {"http": "http://127.0.0.1:8080", "https": "http://127.0.0.1:8080"} | |
r = requests.get("https://www.google.com/", proxies=proxies, verify=False) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment