I'm aware of p_RequestData.FromIP, but is it possible to request typical server variables like REMOTE_HOST,REMOTE_ADDR,SERVER_URL etc. in Nettalk? Will it do a reverse DNS look-up of the IP so REMOTE_HOST is returned as text? Much of this information is of course available in p_RequestData.DataString, but it would be more practical to access the data individually.