I meant to say - try escaping the URI.
On Thu, Jun 17, 2010 at 9:33 AM, Ikai Lan wrote:
> This looks like a clue:
>
>
> On Wed, Jun 16, 2010 at 10:07 PM, brianl wrote:
>
>> A URL Fetch of a Google chart fails. Attempting w/ the low level API
>> in the development environment...
>>
>> String c
This looks like a clue:
On Wed, Jun 16, 2010 at 10:07 PM, brianl wrote:
> A URL Fetch of a Google chart fails. Attempting w/ the low level API
> in the development environment...
>
> String chart = "http://chart.apis.google.com/chart?chs=250x100&chd=t:
> 60,40&cht=p3&chl=Hello|World";
> Fetch
A URL Fetch of a Google chart fails. Attempting w/ the low level API
in the development environment...
String chart = "http://chart.apis.google.com/chart?chs=250x100&chd=t:
60,40&cht=p3&chl=Hello|World";
FetchOptions options =
FetchOptions.Builder.disallowTruncate().followRedirects();
HTTPReques