google.visualization.Query uses only GET at the moment, sorry.

Regarding what can be done, maybe zip the URL (either each URL parameter on
its own, which is the simplest, or all URL parameters combined, which
yields smaller URL), and unzip it on the server?

On Wed, Jan 11, 2012 at 9:56 AM, NA <[email protected]> wrote:

> Hi,
>
> I've been using the google.visualization.Query(url) method to get
> data.  The url string that I'm using is starting to get very long.
> I'm concerned it's going to get too long and exceed the expected
> maximum lengths for a GET request.  Will this method automatically
> rewrite the request into a POST?  Or will it just request whatever url
> is passed to it?
>
> If the latter, any suggestions for how to handle very long url
> strings?  Should I stop using google.visualization.Query() and switch
> to something else?
>
> thanks,
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to