Bank Of America Safepass

Bank of america has a feature called SafePass. Basically it’s an Adobe Flash app that opens on the webpage when you do certain things (like make a high dollar amout transfer). You click the “Send Code” and a text message is sent to your cell phone which you then enter in the app and it approves the transaction.

So I installed Flash in CD and go to Bank Of americas web page. When I get to a screen where the SafePass app should open I get a popup from CD (attached Popup.jpg) and then a message from the Flash App stating "Your internet browser does not support the advanced Flash features required to use SafePass. Please upgrade your browser. " (Attached SafePassError.jpg).

Any ideas?

Bryan

[attachment deleted by admin]

Seems I fixed this problem myself with a User Agent Switcher. I had to use “User-Agent Switcher for Chrome 1.0.14” as “Ultimate USer Agent Switcher” did not work.

Solved using many of the built in default UA’s. For I test I even created one with the Chrome 18.0.1025.46 UA string and it worked. That’s even older version that what Dragon is built on.

In fact I created a new UA that is the exact string that CD uses but added “MSIE 9.0” to the Mozilla agent (meaning IE9) and then it worked). The UA is as follows:

Mozilla/5.0 (MSIE 9.0; Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.140 Safari/535.19 Comodo_Dragon/18.0.3.0

Anyway - problem solved

Actually, I didn’t like that solution because it implied that the browser was MSIE 9.0. So I tried something:

I took the default UA from CD which is

Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.152 Safari/535.19 Comodo_Dragon/18.1.2.0

and removed JUST the Comodo_Dragon/18.1.2.0 portion so it looked like this

Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.152 Safari/535.19

and now everything works just fine.