Python Forum

Full Version: Knowing User's Connection Type in Django
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
HTTP won't have that information in the request. Why do you need it? What are you trying to achieve?
(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.