One of my apps is a short url service for personal use. Today I tried
to shorten a URL that works fine with Google Charts API:-

http://chart.apis.google.com/chart?cht=lxy&chs=720x410&chxt=x,y&chg=10,20&chxr=0,0,200|1,0,100&chd=t:0,15,15,16,16,17,18,21,22,24,26,29,34,45,62,70,88,100|0,0,15,26,31,35,39,42,45,50,54,57,60,63,66,70,73,76|0,17,17,18,18,18,19,19,20,20,21,22,25,29,62,65,69,80,99,135|0,0,5,9,15,21,29,37,43,47,52,56,59,63,66,70,73,76,79,82|0,5,6,6,6,7,7,8,9,12,15,17,18,20,22,27,33,35,52,66,88,97,118|0,0,6,10,16,20,24,28,31,35,38,41,45,48,51,55,58,61,64,67,70,74,77|0,23,23,23,24,24,25,26,27,31,34,38,45,54,85,96,115|0,0,9,20,34,44,47,50,54,57,60,64,67,70,74,77,80|0,13,14,14,15,24,32,35,37,47,57,70,73,77,81,91,96,102|0,0,5,9,12,15,19,23,26,30,33,36,39,42,45,49,52,55|0,11,12,12,12,13,15,16,17,17,19,22,29,46,58,61,63,71,90,97,102|0,0,10,17,23,28,31,34,38,42,46,49,52,55,59,62,65,69,72,75,79|0,2,2,2,5,18,31,38,47,60,65,77,87,96,105|0,0,4,8,12,15,19,22,25,28,31,35,38,41,45|0,20,21,21,21,22,22,23,25,37,69,98,114|0,0,24,48,59,65,69,72,76,79,82,85,89|0,28,28,28,29,29,30,31,32,34,59,75,95,106|0,0,20,41,52,56,60,65,68,71,75,78,81,85|0,17,18,18,18,19,20,21,22,24,25,27,33,41,49,66,69,79,82,102|0,0,8,17,24,29,33,36,40,45,48,51,54,58,61,64,67,70,74,77|0,5,5,6,6,6,7,9,14,15,17,18,20,24,30,37,48,54,60,65,78,93,104|0,0,4,9,14,18,24,27,30,34,38,41,45,49,52,55,59,62,65,68,71,75,78&chco=ff9900,1a00ff,80ff00,ff00e6,00e6ff,fae30a,9900ff,9f5734,000000,7b9f34,3090c0&chxt=x,y,x,y&chxl=2:||Duration+in+ms||3:||%|&chdl=Arcor/Vodafone+4+DE|DynGuide|GC-Net+DK|Google+Public+DNS|Hurricane+Electric+IPv6|IS+Interned+NL|Localhost+IPv6|OpenDNS-2|UltraDNS-2|ViaNetworks+3+DE|broadcom-3+DK&chtt=Namebench+on+mirror.ipv6.chaz6.com.+(2010-03-19)

However, when I tried to shorten this with my AppEngine app, I
received the error

Request-URI Too Large

The requested URL /new.html... is too large to process.

Given that the URI is 1610 characters, I should not have thought the
addition of my endpoint "new.html?href=" would make much difference. I
was able to make a short url with no problem using tinyurl.com. Is
there anyway to inrease the maximum URI length accepted by my app?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to