What is the optimum limit for URL length? 100, 200+

后端 未结 11 1866
抹茶落季
抹茶落季 2021-01-05 14:17

I have an ASP.Net 3.5 platform and windows 2003 server with all the updates.

There is a limit with .Net that it cannot handle more than 260 characters. Moreover if

11条回答
  •  -上瘾入骨i
    2021-01-05 15:12

    I think the RFC says 4096 chars but IE truncates down to 2083 characters. Stay well under that to be safe.

    Practically, shorter URLs are friendlier.

提交回复
热议问题