nerdexam
Cisco

200-301 · Question #1731

Which part of the HTTP request is used in REST API basic authentication to carry credentials?

The correct answer is D. authorization. In REST API basic authentication, credentials (usually a username and password) are encoded in Base64 and sent in the Authorization header of the HTTP request. The format for basic authentication is: Authorization: Basic <Base64-encoded-credentials>

Submitted by emma.c· Mar 5, 2026Automation and Programmability

Question

Which part of the HTTP request is used in REST API basic authentication to carry credentials?

Options

  • Aaccept
  • Bcontent-type
  • Ccookie
  • Dauthorization

How the community answered

(56 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    5% (3)
  • D
    89% (50)

Explanation

In REST API basic authentication, credentials (usually a username and password) are encoded in Base64 and sent in the Authorization header of the HTTP request. The format for basic authentication is: Authorization: Basic <Base64-encoded-credentials>

Topics

#REST API#basic authentication#authorization header#HTTP headers

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice