I am trying to get the information about the user who is accessing the website for user authentication and for some other purpose also. After looking at official documentation of Django I got this article but still when I am trying to access request.META["REMOTE_USER"]
I am getting the error because no key exists. After some tweaks when I tried again I was getting the username of my PC even if I tried to access my website from another PC on from the same network.
I am using Django's lightweight server for testing, hosted on my PC and trying and access the website from another PC on the same network.
Please help and try to resolve this issue.