I currently need an assistance on how to read data from a client fingerprint scanner using the Web Browser thereafter, make a POST request to a remote PHP server where verification can be conduct.
I am thinking if this can be achieved with JavaScript or probably any API services available for this purpose does exist? Please help out with possible solutions. Thanks in anticipation.
I have tried making a POST request to m2sys API using POSTMAN to register and verify base_encode64(fingerprint image) which is actually successful, I need a way to get the fingerprint image from the client browser directly from the scanner and make a POST request to a remote server.
Any possible solution will be greatly appreciated.