The problem is that server status to my request answer 200 and its good, it means i have connection, but 'Content-Type': 'text/html' server:'nginx', how i can get information from this server ?
Thanks in advance.
The problem is that server status to my request answer 200 and its good, it means i have connection, but 'Content-Type': 'text/html' server:'nginx', how i can get information from this server ?
Thanks in advance.
Those fields are available in the header.
r.headers['Content-Type']
r.headers['server']