0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

webブラウザ URLの最大文字数

Posted at

結果#

主要ブラウザのうち、IE以外は制限が無いと考えられる

IEも、じきにサポートが切れるので
URLの最大文字数については、あまり考えなくて良さそう

URLの最大文字数##

IE###

IEでは2083文字
だだしGetメソッドの場合は2048文字
https://support.microsoft.com/ja-jp/topic/url-%E3%81%AE%E6%9C%80%E5%A4%A7%E9%95%B7%E3%81%AF-2-083-%E6%96%87%E5%AD%97internet-explorer-174e7c8a-6666-f4e0-6fd6-908b53c12246

IE以外###

具体的に何文字と制限はかかっていないようです
調べた感じだと、数万文字単位で行けるっぽい

サーバー側の制限###

ブラウザよりも
サーバー側の上限を考えたほうが良さそうです

私の環境だと、IISで文字数制限がかかっていました。
物によっては、フレームワークによる制限もあるかもしれません

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?