However the href= will need url encoding (in particular the &'s), so that pushes the length upto 2588 chars.
Depending on how you generating the link, perhaps an idea would be to accept links in the form http://chart.apis.google.com.shorten.myapp.appspot.com/chart?cht=lxy&ch.... Then the bit after the / doesnt need any additional url encoding - its exactly as it would be at the end point. On 19 March 2010 14:56, Chris Hills <[email protected]> wrote: > Since Google Groups has mangled my link, you can find the correct url > at http://tinyurl.com/ybshhp8. Perhaps someone from Groups could fix > the url parser. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
