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

后端 未结 11 1947
抹茶落季
抹茶落季 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
    慢半拍i (楼主)
    2021-01-05 15:07

    What is "optimum" anyway?

    GET requests can be several kB in length, so this is entirely subjective.

    I'd say - stay within the address bar length of a maximized 1024x768 window to be user friendly.

提交回复
热议问题