views:

17

answers:

0

I have a dynamically generated HTML page that uses Google charts. The things is that the page generator doesn't have easy access to the data the chart needs to display. So my thought is to have it instead generate a URL that encode what it does know and that point at another server that does have access to the data. This sever than generates a redirect to URL with all the data in it.

My question is what 30x code should the second server use?