As you see, it contains chars such as "/" and "=", which are,
according to RFC3986 ( http://tools.ietf.org/html/rfc3986 ),
valid query string characters. And I have a suspicion that
those chars were needlessly percent-encoded ( "%" HEX HEX )
before downloading, resulting in invalid access.