Kate
8 years agoContributor
Empty response (request in python)
I need to retrieve some data using GET request. Here is a part of my code: my_conn = http.client.HTTPConnection("mydomain.com")
my_conn.request('GET', '/blahblahblah/.....server_type=35')
respon...