IP Address for GetpageData

Am tryign to understand when I perform a plugins.http.getPageData request will the IP address of the web client user who is running the request be seen at the domain host or will it be the IP address from where the Servoy server is hosted ?

I assume its from the Servoy server not the web client user ? Can anyone confirm or suggest a way I can test it out.

Thanks.

var site = plugins.http.getPageData( 'http://www.mysite.com')

server’s ip
the server makes that connection. not the clients browser. (for a webclient, smart then it is the smartclients ip)