Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread sachinbg sachin
When we host in server always it shows the our hosted server ip address ,not the users IP address, I tried collecting ip from the request it's giving the hosted server ip address. Thanks and regards Sachin B.G On Fri, 4 Jun, 2021, 2:16 AM Stephen olumide, wrote: > Wow...thanks for the response.

Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Stephen olumide
Wow...thanks for the response. Yes we are all on same network in an organization. I will send view.py and index.html code later, it's 9:46pm here. Regards On Thu, Jun 3, 2021, 6:54 PM Kasper Laudrup wrote: > On 03/06/2021 12.04, Stephen olumide wrote: > > Hello Everyone, > > I need help with my

Re: Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Kasper Laudrup
On 03/06/2021 12.04, Stephen olumide wrote: > Hello Everyone, > I need help with my Django web app, see link below > https://caryang.pythonanywhere.com It would be much more useful if you could link to the source code, or even better, the relevant snippets instead. > I need the form to display/po

Retreive User IP Address and other details through HTML Form

2021-06-03 Thread Stephen olumide
Hello Everyone, I need help with my Django web app, see link below https://caryang.pythonanywhere.com I need the form to display/populate the following: - Username - System Name - IP Address - MAC Address The user can fill remaining fields manually: - System Brand - System Type - Model - Location