Which type of encoding is used in basic authentication for REST APIs?

IT Exam Items RepositoryCategory: DevNetWhich type of encoding is used in basic authentication for REST APIs?

Which type of encoding is used in basic authentication for REST APIs?

  • Base64
  • UTF-16
  • Base32
  • UTF-8

Explanation: REST APIs use Base64 encoding for the basic authentication. Base64 is a binary-to-text encoding scheme.

Related exam: 4.9.3 Module 4: Understanding and Using APIs Quiz