Maximum length for url in chrome browser

后端 未结 4 1042
鱼传尺愫
鱼传尺愫 2020-12-25 10:28

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

4条回答
  •  春和景丽
    2020-12-25 11:23

    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.

提交回复
热议问题