Open1

URLの長さの限界は?(クエリパラメータが長すぎてエラーになることはないのか?)

ふじしろふじしろ

IEが2083文字を最大長としておりそれが業界標準となっていたらしい。
https://support.microsoft.com/ja-jp/topic/internet-explorer-の-url-の最大長は-2-083-文字です-174e7c8a-6666-f4e0-6fd6-908b53c12246

しかしIEが存在しない現在(2023年)、各ブラウザによって異なる対応になっている模様。
検証記事
https://qiita.com/_matuzaki/items/70fb639f7ed7463f9943#urlの最大長はieによって決められていた問題

https://qiita.com/nwtgck/items/e83473dc63386d2da3e5

なおRFC7230のsection3.1.1で8000文字くらいのサポートを推奨している
https://www.rfc-editor.org/rfc/rfc7230#section-3.1.1

Various ad hoc limitations on request-line length are found in practice. It is RECOMMENDED that all HTTP senders and recipients support, at a minimum, request-line lengths of 8000 octets.
(DeepL)
リクエストラインの長さに関する様々なアドホックな制限は、実際に見受けられます。 すべてのHTTP送信者と受信者が,最低限8000オクテットのリクエストライン長をサポートすることが推奨される。