In documentation of Biometric, initialization of information exchange. Telling
Step 1. A request message from client, and normal response the server is "OK".
GET /iclock/cdata?SN=${SerialNumber}$options=all....
so my code is.
var http = require('http');
http.createServer(function (req, res) {
console.log(req.url);
res.write('OK');
res.end();
}).listen(5000);
i got the the result /iclock/cdata?SN=aaa&options=all&pushver=2.32&language=69
Step 2.
GET OPTION FROM: ${SerialNumber}${LF}${XXX}Stamp=${XXX}...
How could i return a time attendance. How should be my code look like. Please help.
Thank you in advance.
I'm not able to pass the state value to the method or function in React [closed]
How to access array index of Cloud Firestore using query in Flutter?
Getting an unwanted space between Nav Items in Navbar Angular
PHP Script INSERT INTO SELECT does not insert, with no errors [closed]
SQL query to select students who have taken all subjects from subjects table
Displaying Dynamic placeholder content on Textbox in ReactJS
Extracting Parameters from Redirect URI - QuickBooks API / Python
I'm really new to Webpack 4 and found a configuration issue I can not resolve
We have 3 domains in Heroku