| Request: |
| Add. Headers: |
Authorization – Basic User name & Password credentials (Base64 encoded)
|
| Content: |
- |
| Content Type: |
- |
|
| Response: |
| Add. Headers: |
WWW-Authenticate – BASIC (Prompt for Basic Authorization Credentials when no Authorization header specified)
|
| Content: |
Authorization Token |
| Content Type: |
text/plain |
| Status: |
- 200 OK – Server authentication successful, new token generated
- 401 Unauthorized – Server authentication has failed or no credentials have been provided/specified in request header
|
|