Open GoogleCodeExporter opened 8 years ago
I just tried the Amazon SDK for Java client, and it works. Logging the HTTP
traffic shows two major differences. First, AWSSDK uses POST while Typica uses
GET. Secondly, the "Timestamp" headers are formatted differently (AWSSDK
includes microseconds).
I'm not sure if either of these matter, but hope it helps.
Original comment by msol...@gmail.com
on 26 Jul 2010 at 3:32
OK, I tried what may be the most obvious thing, in hindsight: changing the
User-Agent header to "AWS Java SDK-1.0.007" and leaving everything else intact
(in other words, ignoring the differences from my previous command) fixes the
problem.
I obviously don't expect Typica to use a different User-Agent, but would it
possible to make the User-Agent customizable? Currently, the only way to
change it is to modify the Typica source code.
Original comment by msol...@gmail.com
on 6 Sep 2010 at 9:16
Original issue reported on code.google.com by
msol...@gmail.com
on 11 Jul 2010 at 9:10