From ca5d552a86926ae296fcd4d4271937db22ca4c1b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 29 Sep 2025 17:10:02 -0300 Subject: [PATCH] credentials --- public/upsell.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/upsell.html b/public/upsell.html index 25cbe05..2512d3b 100644 --- a/public/upsell.html +++ b/public/upsell.html @@ -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 });