Hi guys, I have a stock gadget where user can add any number of stocks to his portfolio. There is an XMLHttpRequest to a remote server with all the stocks symbols in the URL and the response is read, parsed and formatted to be shown to the user.
The problem though is - after user adds certain number of stocks and the URL is constructed, I get a "URI too long" error on the module. This happens after the URL length crosses something like 450 characters or so. Isn't the standard maximum length for a GET request 2048 characters?(I know it depends on the browser but IE itself has it 2000 characters and the rest have even higher limits). Does Google throw this error after the URl crosses certain length? What is that allowable limit? Did anyone come across this issue? If so, please share your thoughts. Thanks -Uday --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
