I have seen this popular question:
What is the maximum length of a URL in different browsers?
But since I couldn\'t find a reference to Google Chrome directl
The current limit in Chrome is 2MB. This issue is discussed here:
https://code.google.com/p/chromium/issues/detail?id=69227
You'll find resources there such as a workaround when you need to overcome the issue for things such as displaying an image with a "toDataUrl" source.