How to Read OTP from mobile website?

2019-08-17 10:39发布

问题:

My requirement is to listen for SMS messages from a Mobile website. The SMS will contain a OTP (One Time Password).

Technologies used in our site are ASP.Net MVC and bootstrap. This is plain mobile site and not a hybrid app.

Are there any plugins that can allow me do this? Can it be done with plain javascript?