2.2.2.4 Authorization

The Authorization header specifies the user authorization credentials. The client sends requests with an authorization header, the value of which starts with "Basic", followed by a blank space and a base64 encoded string that represents the user name and password separated by a colon.

 String = *(%x20-7E)
 Authorization = String