CCNP 350-401 ENCOR Question 227 DISCUSSION
« Back to Main MenuWhat is used to validate the authenticity of the client and is sent in HTTP requests as a JSON object?
A. SSH
B. HTTPS
C. JWT
D. TLS
What is used to validate the authenticity of the client and is sent in HTTP requests as a JSON object?
A. SSH
B. HTTPS
C. JWT
D. TLS
Correct Answer: C
JWT or JSON Web Token is a string that is sent in the HTTP request (from client to server) to validate the authenticity of the client.