Jump to content

Help with ip address


larkante

Recommended Posts

I need to know the ip of the site visitor, im tryng with UniUrlFrame where i can get the ip in the body of frame : <body>189.117.199.138</body> . The page on UniUrlFrame is in other domain.

 

How to get the ip on the body of iframe or how to get of other ways?

 

Thanks.

Link to comment
Share on other sites

for the remote IP:

 

UniMainModule.GetRemoteAddress;

 

I tested with - UniMainModule.RemoteAddress;

Ok, I'm testing on my local network, so I get my local ip 127.0.0.1, right? If I access from web I get my internet ip address 189.117.199.138?

 

Obrigado Leandro.

 

 

 

Still need to know how to get the body's uniurlframe.

Link to comment
Share on other sites

getremoteaddress really provides the client ip which is connected to your application unigui.

 

if you need to access any component of a uniframe so I do not know how to do and if anyone knows I'd like to know how this is done.

 

I have helped (boa sorte)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...