I’ve created a new Soap Server that can be questioned about information about people. Now I’d like to protect this so only soapclients sending valid username and password can access to it.
I know I can send login/password as a parameter, but I don’t like this solution. Is there a way to get and test login information sent by soapclient options array?
You might want to use HTTP basic auth.
This way you can specify the user and password directly in the SOAP URL.