Agent « String « JSP-Servlet Q&A





1. How long can User-Agent String be?    coderanch.com

I'm trying to ensure that I'll have enough room in my database field to store the browser's User-Agent field, as in, request.getHeader("User-Agent"); I'm having a bit of trouble finding the maximum length of this string. For Firefox, the length is 90 characters, but I'm not sure if other browsers could have longer strings. I've looked on the net and in the ...