Skip to content

authentication

demadred edited this page Mar 7, 2017 · 1 revision

Basic Auth

This is the most obivous authentication method and a well known standard. By including a header with the username and password in the request access to the service is granted.

Authorization: Basic XXXXXXXX
Clone this wiki locally