I've been searching like crazy to find all the possible commonly used user-agent headers. Practice has shown that not always is the user-agent string contained in a header named "http_user_agenth". For example Opera
phone browser sends in the "http_user_agent" header info about the browser, but the user agent about the actual phone device is contained in a header called "X-OperaMini-Phone-UA".
My idea is to find ideally all the possible headers that might contain the actual device's user agent. And just to be clear - i am NOT looking for all the possible user agent string values but the headers in which they might be contained in.
So if anyone has any experience in this field, i could really need some help on this one.
mihkeltt
Member
17 Points
7 Posts
Different UserAgent headers.
May 16, 2007 11:08 AM|LINK
I've been searching like crazy to find all the possible commonly used user-agent headers. Practice has shown that not always is the user-agent string contained in a header named "http_user_agenth". For example Opera phone browser sends in the "http_user_agent" header info about the browser, but the user agent about the actual phone device is contained in a header called "X-OperaMini-Phone-UA". My idea is to find ideally all the possible headers that might contain the actual device's user agent. And just to be clear - i am NOT looking for all the possible user agent string values but the headers in which they might be contained in.
So if anyone has any experience in this field, i could really need some help on this one.
thnx,
Mihkel