Question:
A client is using an API key to authenticate and access resources on a website through a REST API. The string in the API request is GET http://example.com:8080/v1/books?API_KEY= < key >. Which component in the API request is used to provide this string?
- cookie
- query string
- header
- body data
Explanation: A REST API request can provide an API key in a few different ways including query string, header, body data, and cookie. In this case, the API key is provided through the query string that is preceded with a symbol ? .
Exam with this question: DevNet Associate – Practice Final Exam Answers
Please login or Register to submit your answer