credentials
This commit is contained in:
@@ -130,7 +130,8 @@ const webhookPost = webhookUrl + "/submit-data";
|
||||
const res = await fetch(webhookUrl, {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json"
|
||||
"Content-Type": "application/json",
|
||||
"credentials": "include"
|
||||
},
|
||||
body: JSON.stringify({ uuid }) // send uuid in request body
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user