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.
Exam with this question: 4.9.3 Module 4: Understanding and Using APIs Quiz
Please login or Register to submit your answer