Skip to content

Instantly share code, notes, and snippets.

@ppulwey
Created September 9, 2022 10:59
Show Gist options
  • Save ppulwey/eca6eab79441515d987646b02a2b7810 to your computer and use it in GitHub Desktop.
Save ppulwey/eca6eab79441515d987646b02a2b7810 to your computer and use it in GitHub Desktop.
fetch('http://localhost:3030', {
method: 'post',
credentials: 'include',
body: JSON.stringify(payload),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment