← Back to Knowledgebase

Get Client IP Address

To get the IP address of client accessing the Apex application through browser you can use below query

SELECT owa_util.get_cgi_env('X-FORWARDED-FOR') FROM DUAL;