How to get the server name in Python Django? we hosted Django application in AWS - Apache machine which have more than 1 server and increased based on load. Now i need to find from which server the particular request is made and from which server we got the response.
I am using Python 3.6, Django,Django restframework, Apache server on AWS machine.