Python requests GET takes a long time to respond to some requests
问题 I am using Python requests get method to query the MediaWiki API, but it takes a lot of time to receive the response. The same requests receive the response very fast through a web browser. I have the same issue requesting google.com. Here are the sample codes that I am trying in Python 3.5 on Windows 10: response = requests.get("https://www.google.com") response = requests.get("https://en.wikipedia.org/wiki/Main_Page") response = requests.get("http://en.wikipedia.org/w/api.php?", params={