Proxy configuration is not working in Python
问题 I am trying to rotate my IP when doing web scraping but it seems is not working cause when I am checking the IP im doing this process is always the same. Hereunder the code I am using: CODE: import requests from bs4 import BeautifulSoup import random headers = {'User-Agent': 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G928X Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36'} def get_free_proxies(): url = "https://free-proxy-list.net/" # get the HTTP