While signing in REST/ Query requests, for additional s…

While signing in REST/ Query requests, for additional security, you should transmit your requests using Secure
Sockets Layer (SSL) by using _____.

While signing in REST/ Query requests, for additional security, you should transmit your requests using Secure
Sockets Layer (SSL) by using _____.

A.
HTTP

B.
Internet Protocol Security(IPsec)

C.
TLS (Transport Layer Security)

D.
HTTPS



Leave a Reply 1

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


Mahendrakunar Ranvir

Mahendrakunar Ranvir

REST-Query Requests

The License Service supports REST-Query requests for calling service actions. REST-Query is also commonly known as Query or HTTP Query. REST-Query requests are simple HTTPS requests, using the GET or POST method with query parameters in the URL. REST-Query requests must contain an Action parameter to indicate the action to be performed. The response is an XML document that conforms to the License Service WSDL. You might use REST-Query requests when a SOAP toolkit is not available for your platform, or when REST-Query requests are easier to make than a heavier SOAP equivalent.

Important
The REST-Query requests your product creates to call the License Service are not the same as the REST requests the product creates to call the Amazon Simple Storage Service. Although they are both HTTP requests, the Amazon S3 REST requests use additional HTTP methods (such as DELETE) and HTTP headers. Make sure your product follows the instructions here for forming REST-Query requests when calling the License Service.
Important
All requests to the License Service must be made using HTTPS. HTTP requests are not accepted.