How To Capture the server Ip

Hi All, I am writing a agent where I want to capture the Server External Ip.

I am creating a field called (Server_name)

Its Capture the server name.

demo45.v2solutions.com/mysmartdrive.nsf

But I want a field where the server external Ip Captured.

Can any body guide me.

Subject: How To Capture the server Ip

Dear Pawan,

Use @GetHTTPHeader(“host”) function , it will return ip of ur host server.

RIshi