You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to get Client IP address from VBCS application

edited May 13, 2019 5:55PM in Visual Builder 1 comment

Summary

How to get Client IP address from VBCS application

Content

Hi,

How do we get client IP address from a vbcs application??

I got the IP using jquery by the below code:-

$.getJSON('https://ipinfo.io/json', function(data) {

      console.log(JSON.stringify(data, null, 2));

    });

But We don't want to get IP address by a 3rd party API url like "https://ipinfo.io/json"

Could you please help with this?

Thanks,

Sweta

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!