Scenario: Server is glassfish with jax-ws web services and clients is php based
What type of authentication for web services is more computable with php based clients ?
- HTTP Basic Authentication
- HTTPS Client Authentication
- Mutual Authentication (is it supported ?)
- Digest Authentication (is it supported ?)
Description :
Specifying an Authentication Mechanism
Thank you!