Skip to content

Instantly share code, notes, and snippets.

@Anas-jaf
Created October 5, 2023 17:56
Show Gist options
  • Save Anas-jaf/2a5812c14b79f31ef7910b9f75913f90 to your computer and use it in GitHub Desktop.
Save Anas-jaf/2a5812c14b79f31ef7910b9f75913f90 to your computer and use it in GitHub Desktop.
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