You need to sign in to do that
Don't have an account?
svd
how to get system IP address using APEX
Hi ,
Can anyone tell me how to get system IP address (logged in system ip) using apex. are there any DNS related classes (like java)
or any other approaches. ?
thanks for your time and help,
SVD
Thanks!
Check out this posting:
http://community.salesforce.com/sforce/board/message?board.id=Visualforce&message.id=15162&query.id=258865
ApexPages.currentPage().getHeaders() will let you see:
True-Client-IP has the value when the request is coming via the caching integration.
X-Salesforce-SIP has the value if there is no caching integration (sandbox, developer edition orgs) or via the secure url