Skip to content

Instantly share code, notes, and snippets.

@rschwabco
Created December 16, 2021 22:07
Show Gist options
  • Save rschwabco/8c36825febbcd3fbef0543b5141a41e6 to your computer and use it in GitHub Desktop.
Save rschwabco/8c36825febbcd3fbef0543b5141a41e6 to your computer and use it in GitHub Desktop.
const sensitiveDataResponse = await fetch(sensitiveInformationURL, {
headers: {
Authorization: `Bearer ${accessToken}SOME_ROGUE_CHARACTERS`,
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment