mberding Posted November 5, 2006 Posted November 5, 2006 I'm setting up a solution where a user fills in basic information and the system returns a thank you page. However, I want to record the user's IP Address. Using FM's Get(SystemIPAddress) return's the server's IP address, not the clients. How do I get the client's (public) IP address into a field in IWP?
jteich Posted November 5, 2006 Posted November 5, 2006 This is not possible I suspect. And it is not only a filemaker missing feature but a general security consideration that browsers don't disclose information about their local configuration. -jens
mberding Posted November 5, 2006 Author Posted November 5, 2006 There is no such security feature in browsers. Example: http://www.geobytes.com/IpLocator.htm
IdealData Posted November 6, 2006 Posted November 6, 2006 Try Get(SystemNICAddress). Whilst it's not an IP Address, it is actually a better record as the NIC info cannot change for a given network card.
mberding Posted November 6, 2006 Author Posted November 6, 2006 Already tried that too - it returns the server's NIC address.
IdealData Posted November 9, 2006 Posted November 9, 2006 Of course. The web client information was available in FMP 6, but appears to have disappeared since then.
Recommended Posts
This topic is 6857 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now