REST or Query requests are HTTP or HTTPS requests that use an HTTP verb (such as GET or POST) and a parameter named Action or Operation that specifies the API you are calling.

REST or Query requests are HTTP or HTTPS requests that use an HTTP verb (such as GET or POST) and a
parameter named Action or Operation that specifies the API you are calling.

REST or Query requests are HTTP or HTTPS requests that use an HTTP verb (such as GET or POST) and a
parameter named Action or Operation that specifies the API you are calling.

A.
FALSE

B.
TRUE



Leave a Reply 17

Your email address will not be published. Required fields are marked *


Tony Kuo

kak

kak

Tony please read carefully article you have provided

professor awesome

professor awesome

I also say B

“In both of these protocols, you make requests over HTTP or HTTPS using an HTTP verb (such as GET or POST) and a parameter named Action or Operation that specifies the API you are calling.”

Srinivasu M

Srinivasu M

True..

mr_tienvu

mr_tienvu

I agree with the answer. A

Kiran

Kiran

I believe it is B. Why A??

Using Elastic Load Balancing Query Requests

Elastic Load Balancing provides APIs that you can call by submitting a Query request. Query requests are HTTP or HTTPS requests that use the HTTP verb GET or POST and a Query parameter named Action or Operation that specifies the API you are calling.

Calling the API using a Query request is the most direct way to access the web service, but requires that your application handle low-level details such as generating the hash to sign the request, and error handling. The benefit of calling the service using a Query request is that you are assured of having access to the complete functionality of the API.

Note
The Query interface used by AWS is similar to REST, but does not adhere completely to the REST principles.

Borat

Borat

B.

Rest services verbs are GET PUT POST and use action as command to invoke.