Python Forum
Knowing User's Connection Type in Django
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Knowing User's Connection Type in Django
#1
Just wondering if it's possible to get an authenticated user's connection type. For example, are they connected to my Django app through a Wi-Fi (protected or open) or through a mobile data.
Reply
#2
HTTP won't have that information in the request. Why do you need it? What are you trying to achieve?
Reply
#3
(Apr-05-2022, 03:52 PM)ndc85430 Wrote: HTTP won't have that information in the request. Why do you need it? What are you trying to achieve?
Thanks for your response. I'm working in a team and we're working on an in-house product. The team lead hasn't explain why this is important but it seem to be for the purpose of data gathering.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  register the user as staff member - django rwahdan 0 1,496 Dec-24-2021, 03:08 PM
Last Post: rwahdan
  Send email to gmail after user fill up contact form and getting django database updat Man_from_India 0 2,122 Jan-22-2020, 03:59 PM
Last Post: Man_from_India
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,341 Jun-30-2019, 12:21 AM
Last Post: scidam
  sending email from admin to user in django anjana 0 3,264 Jun-07-2019, 12:01 PM
Last Post: anjana
  Django Connection Error erfanakbari1 1 2,607 Mar-21-2019, 08:09 AM
Last Post: Larz60+
  RelatedObjectDoesNotExist: User has no profile. Django 1.11 m0ntecr1st0 1 12,589 Feb-21-2019, 01:00 AM
Last Post: m0ntecr1st0
  Django packages for website with paid user accounts jmarchini 2 3,556 Jan-08-2018, 09:10 AM
Last Post: SarbjitGrewal
  Saving username as first name while adding user in django admin prithvi 0 4,422 Aug-10-2017, 06:50 PM
Last Post: prithvi
  Django allauth saving custom user profile fields with signup form prithvi 1 10,522 Aug-08-2017, 03:51 PM
Last Post: prithvi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020