Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 108

By default, the web API uses which content-type in its response?

    Correct Answer: C

    By default, web APIs typically use the JSON (JavaScript Object Notation) content-type in their responses because it is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.

Discussion
gperesOption: C

https://sc1.checkpoint.com/documents/SMB_R80.20.35/AdminGuides/Locally_Managed/EN/Topics/RESTful-API.htm?TocPath=_____12

lalalianoOption: C

Correct