version 1.34, 2024/03/28 20:06:56 |
version 1.40, 2024/03/28 20:31:33 |
Line 45 async function sendData() { |
|
Line 45 async function sendData() { |
|
ii.textContent="Sent"; |
ii.textContent="Sent"; |
console.log(`Challenge Success ${token}`); |
console.log(`Challenge Success ${token}`); |
/* --------------------- */ |
/* --------------------- */ |
//var data="", |
const ob = {cfem: $cfem, cfsu: $cfsu, cfme: $cfme, cfto: $token }; |
// status=""; |
var data="", |
//$.post("/feedbk/", token, function(data, status){ |
status="", |
// console.log("Data: " + data + "\nStatus: " + status); |
feed=JSON.stringify(ob); |
//}); |
$.post("/feedbk/", feed, function(data, status){ |
|
console.log("Data: " + data + "\nStatus: " + status); |
|
}); |
/* --------------------- */ |
/* --------------------- */ |
var re=""; |
//var re=""; |
fetch('/feedbk/', { |
//re=fetch('/feedbk/', { |
method: 'POST', |
// method: 'POST', |
headers: { |
// headers: { |
'Accept': 'application/json', |
// 'Accept': 'application/json', |
'Content-Type': 'application/json' |
// 'Content-Type': 'application/json' |
}, |
// }, |
body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
// body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
}) |
//}); |
// .then(response => response.json()) |
// .then(response => response.json()) |
// .then(response => console.log(JSON.stringify(response))) |
// .then(response => console.log(JSON.stringify(response))) |
.then(re => response.text()); |
// console.log(re); |
console.log(re); |
|
|
|
|
|
}, |
}, |