04-01-2011 05:30 AM
Can some one help me to identify the mobile browse
r and PC browser. Which field in header
contains this information.
04-01-2011 07:36 AM
Match "User-Agent" in the HTTP headers of the requests.
04-04-2011 05:03 AM
Hi, is it true that all PC browsers have User-Aggent: Mozilla? what is User-Agent for for mobile browser?
04-04-2011 05:09 AM
Not so far that I know of. To me you'll have to catch some signatures according to the well known web browsers (Firefox, IE, Opera, Chrome) and then use a class-default for others. Each User-Agent is specific to a client software
04-04-2011 05:29 AM
After reading the RFC2616, I couldn't find any rule for filing the User-Agent value the ones described in the RFC (product | comment)
Mozilla/5.0 seemed to be previously used to indicate compatibility with the Mozilla rendering engine
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide