> client will send soap request to my wsdl file. > > with that file iam getting remote addr.. > > how to get http-referer.. > pla give me aany suggestions.. The HTTP referrer is sent by a web-browser when the user follows a link, or an image is loaded via a particular page, but if you're building your own requests, you need to pass it yourself. Chances are, the header is not present in the HTTP request, and therefore, you're not getting it on the server-side. I can't think of any reason why a SOAP client would ever send an HTTP referrer. This header only really has any meaning in a web-browsing situation. You should work out a better security mechanism I reckon. HTH Mark -- Mark Mitchenall, Standingwave Ltd (Complete Hosting and Development Services) Tel/Fax := +44 (0)845 638 1466 Email := mark@standingwave.co.uk mark@mitchenall.com Home := http://www.standingwave.co.uk http://www.mitchenall.com To see what I'm cooking, visit http://www.icookfood.com -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php