Exam 350-401 All QuestionsBrowse all questions from this exam
Question 847

Which two actions are recommended as security best practices to protect REST API? (Choose two.)

    Correct Answer: B, C

    To protect REST APIs, using SSL for encryption ensures that the data transmitted between the client and server is encrypted, thus protecting it from interception by unauthorized parties. Additionally, using a password hash helps in safeguarding credentials by storing them in a hashed format rather than plain text, making it difficult for attackers to retrieve the actual passwords even if they gain access to the storage.

Discussion
kaupzOptions: BC

B and C 2.2. Always Use HTTPS - a.k.a SSL 2.3. Use Password Hash https://restfulapi.net/security-essentials/

TheGorn

Agreed. And considering the overwhelming majority of API calls in automation are "machine to machine", how exactly would the 2FA even work...

SeMo0o0oOptions: BC

B and C are correct

SeMo0o0oOptions: BC

B and C are correct

peugeotdude

Not sure what "Dual Authentication" means?

b7c04a1

i think is two-factor authentication