Isn't that just to send a username and password with the request? Or is the
username and password protected somehow in that process?

-----Original Message-----
From: Paul Scott [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 05, 2006 4:08 PM
To: Peter Lauri
Cc: php-general@lists.php.net
Subject: Re: [PHP] Is this unsecure?


On Tue, 2006-09-05 at 16:04 +0700, Peter Lauri wrote:
> I have bumped into a problem. I need to use a web service that is located
on
> server B from server A. The server B will execute a script when the web
> service is accessed and an email is sent as an parameter. The problem is,
if
> I only have the email as incoming parameter, anyone can just figure out
the
> url for the web service, the name, and then just send the email to that
> address.
> 

Why not just use SOAP envelope authentication? 

--Paul

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to