Forum Discussion

Kate's avatar
Kate
Contributor
7 years ago
Solved

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...
  • baxatob's avatar
    baxatob
    7 years ago

    Kate wrote:

     

    It looks like TestComplete prints my data to the log with WHITE font color.

     


     

    Nice feature :)

     

    What if you will pass all content to the Additional Information tab of the Log?

     

    Log.Message("Some title", response.read())