Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what's the meaning of "BRI/2" token on user agent string

Tags:

user-agent

i'm analyzing the user-agent string

Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET4.0C; .NET CLR 3.0.30729; BRI/2)

using online services such http://user-agent-string.info/

None of this service recognize the token BRI/2

In this forum http://www.webdeveloper.com/forum/showthread.php?280135-identifying-user-agent-string-tokens

an user says that this is BRI Mobile, an add-on that has something to do with online banking

I've searched for BRI Mobile and i've found that is an APP for iOs, Android, Windows PHONE... but now the question is: if i have, say, a windows phone with this app installed, and i use the Browser (not the BRI mobile app) to navigate on Internet, can my user-agent be altered by the BRI-Mobile APP?

Also, apart from the BRI/2 token, the user-agent doesn't seem to have anything to do with a mobile device....

ty very much

like image 562
user1561017 Avatar asked Dec 04 '13 13:12

user1561017


1 Answers

BRI/2 token is come from Bing Toolbar & it's just available for Internet Explorer.

The Bing Bar works with PCs running:

Windows 7 or higher; Windows Vista; Windows XP with Service Pack (SP) 3

Internet Explorer 7 or above

and the other toolbars that you may want to know will add a string to the browser user agent:

  • Alexa Toolbar Alexa
  • AskTbS-PV/5.15.12.33066 Ask
  • BRI/2 Bing
  • GTB7.4 Google
like image 68
revo Avatar answered Jan 02 '23 21:01

revo