On Thu, May 21, 2020 at 2:10 PM Kasper Laudrup <[email protected]> wrote: > > Hi Meera, > > On 21/05/2020 14.50, meera gangani wrote: > > Actually my Problem is that i want to mark the attendance of all the > > employee using ip address referenced to the mac address > > So First I turned ip into whitelisting ip(Trusted IP Addresses ) > > then what was the implementation I do? > > > > It is not very clear what you are trying to achieve. What do mean by > "mark the attendance of all the employee"? > > Anyway, you shouldn't attempt to trust any client based on IP address. > That is trivial to spoof and there really isn't any way around that > because of how HTTP works. > > I don't understand what you mean by "ip address referenced to the mac > address" either. Are you talking about the ARP cache on the host running > Django? Do you want to do ARP lookups on the local network? Why? > > Please be more clear on what your problem is and what exactly you want > to achieve. >
My guess (!!!!) is that someone wants to take attendance without physically being in a location. The idea is to use the presence of a 'stupid' phone to mark the physical location of its bearer. (Just imo.) Regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPpdf5_2sG-9FZG0jvaHd9ydp0yakbjuTGQntqpSYmXQ4LpPmQ%40mail.gmail.com.

