Making QUERY Requests to Alexa Site Thumbnail
Some facts about QUERY requests:
-
QUERY requests are simply HTTP GET requests (RFC2616).
-
Service parameters are passed as simple HTTP
parameters.
-
QUERY requests can be tested on any browser.
-
The response is in the HTTP response body and is in
human readible XML format.
-
QUERY requests support batching (sending more than one
request at once).