I am developing a JavaScript application and I need a piece of code that can identify the PC LAN IP because I want to prevent unauthorized user to access my application and main factor is PC is not connected to internet but only connected to static LAN IP so how can I achieve this?
thanks in advance.