開発者は、基本認証を必要とする REST API サービスと対話するためのスクリプトを作成しています。資格情報は「devnet:391665405」で、資格情報の Base64 エンコードは「GV2bmV0dXNlcjpDaXNj=」です。 認証にはどのペイロードとヘッダーの組み合わせを使用する必要がありますか?
正解:B
Basic authentication uses Base64 converting the string 'username:password'. Bearer <token here> is for OAuth https://developer.cisco.com/docs/epnm/#!how-to-authenticate/authorization