How to get ip number of client through forms?
Hello,
I need to get IP no. assigned to the client PC when it connects to our WAN using a VPN connection.I used webutil_clientinfo.get_ip_address but it gives ip no. of his LAN card which is given an ip no. by the router of ISP.
My purpose is to check that the client PC is connected to our LAN using a VPN connection provided by us hence IP no. is also provided by us. Based on this ip no. verification we can restrict the access to our applications running on oracle forms.
If there is any other method to check authenticity of computer in forms, please help me by providing information.