According to HTTP spec (RFC 2616 section 3.8), this request header:
User-Agent: Bunny Browser 1.7
must be parsed as three product names: "Bunny", "Browser", and "1.7";
none having a version number. A more correct example would be:
User-Agent: Bunny-Browser/1.7
which is a "Bunny-Browser" product with a "1.7" version number.
Problem found in page
http://code.google.com/p/browsersec/wiki/Part1#Hypertext_Transfer_Protocol.
The same problem exists with the Server header in the HTTP response.
Original issue reported on code.google.com by nicolas....@gmail.com on 2 Jan 2009 at 6:10
Original issue reported on code.google.com by
nicolas....@gmail.com
on 2 Jan 2009 at 6:10