Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

requests python no proxy

import requests

proxies = {
  "http": None,
  "https": None,
}

requests.get("http://example.org", proxies=proxies)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #requests #python #proxy
ADD COMMENT
Topic
Name
3+1 =