What is a safe maximum length a segment in a URL path should be?

前端 未结 3 494
悲&欢浪女
悲&欢浪女 2020-12-01 02:41

A lot of people are asking \"What is the maximum length a URL can be?\" but as far as I can see nobody is asking the question:

3条回答
  •  [愿得一人]
    2020-12-01 03:12

    There is no such specification limit. There may be implementation limits, but you won't find those in the specifications.

    Nit: URIs are defined by the IETF, not the W3C, and the current spec is RFC 3986.

提交回复
热议问题