Get Started with Redwood: Oracle Cloud SCM and Purchasing
How to get Client IP address from VBCS application
Summary
How to get Client IP address from VBCS applicationContent
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:
0