Posts by Alex_ctba • 1 point
2 posts
-
-1
votes1
answer29
viewsQ: Rescuing data from request.headers in Node.js
hello personal I am new here, I am trying to rescue data from a post in nodejs by the request.headers through a middleware I created, but the function in the route file that is separated from the…
-
0
votes2
answers174
viewsA: Run SELECT command in Firebird database with Javascript
I’m having the same problem, but entering the code that Victor mentioned above also does not work. firebird.attach(options, (err, db) => { if (err) throw err db.query(sentence, (err, result)…