How big can a user agent string get?

前端 未结 11 2148
清酒与你
清酒与你 2020-11-28 20:36

If you were going to store a user agent in a database, how large would you accomdate for?

I found this technet article which recommends keeping UA under 200. It does

11条回答
  •  再見小時候
    2020-11-28 20:56

    I'll give you the standard answer:

    Take the largest possible value you can possibly imagine it being, double it, and that's your answer.

提交回复
热议问题