Answer the question
In order to leave comments, you need to log in
Why does the VK callback API send requests to my server for a very long time?
Approximately after only 10 seconds the request comes. This problem is with any event, with messages, etc.
Node script. Tried different versions, the problem always remains. Even made the server completely clean, only a node on it.
Script:
var app = require('express')();
app.post('/адрес', function (req, res) {
res.end("вернуть строку");
});
app.listen(80, function() {
console.log('Port listening 80!');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question