Authentication and Security

HTTP Basic Authentication

Authentication, in a web serviceClosed XML- or JSON-based information exchange systems that use the Internet for direct application-to-application interaction. These systems can include programs, objects, messages, or documents. call, is about validating that the web service request has come from a valid source.

HTTP Basic Authentication involves embedding a username and password (base 64 encoded) as an HTTP header in the request. It is easy to implement on the client side and when combined with HTTPS or a VPN, is sufficiently secure for the typical scenarios where CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. web services are deployed.