OAAM PinPad: NumberFormat exception while decoding at server while decoding user input
Hi All,
I had integrated OAAM for OTP and configured PinPad as the device to submit OTP.
OTP validation fails with NumberFormatException at server side. Following are my observations.
Success case:
1. OTP submission is successful when users Firefox or Chrome. T
Through header trace I can find the value "60,90:27,117:63,65:92,89:101,60" during submission. These are coordinate of pinpad and all of them are integers. So, the decode operation is successful at server.
Failed case:
2. OTP submission fails when IE is used. OAAM sever shows a number format exception. Header trace shows a numeric with decimal values.
29,90.05999755859375:29,90.05999755859375:29,90.05999755859375:93.7099609375,84.17999267578125:30.17999267578125,111.239990234375:
Questions:
1. How is pinpad coordinates output being generated. Is it script or css ?