Well an URI actually have a character limit depending on several things. You can check it out at
- http://en.wikipedia.org/wiki/Query_string#Compatibility_issues
One workaround is to use POST instead of GET if you are the one developing the server too.