Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 1, 2020 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/98a38fa0a619a2619423316a2a6309fd to your computer and use it in GitHub Desktop.
Save parzibyte/98a38fa0a619a2619423316a2a6309fd to your computer and use it in GitHub Desktop.
fetch("https://sitio.com", {
// ...
credentials: "include", // <-- Justo aquí
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment