You probably want the "Redirect" form of AWSQS usage. Just omit the
"GET/" from your request. See
http://sowacs.appspot.com/AWS/Usage/Redirect.htm
for more information.
If you use "
sowacs.appspot.com/AWS/GET/(request)" (or POST), AWSQS
will return an XML document that contains the signature and timestamp
for the indicated request. You would then typically retrieve those
values from the document and add them to the request yourself, and
then submit that whole thing to AWS/PAA to retrieve the desired
results. This is intended for use in somewhat more complex scenarios
than what the Redirect usage can handle.
The terminology that I've used for the different ways of using AWSQS
(Redirect vs. REST) refers to how _AWSQS_ behaves, not AWS/PAA. It's
a little confusing, since they both apply to use of the _AWS/PAA_ REST
API.