Created
December 16, 2021 22:07
-
-
Save rschwabco/8c36825febbcd3fbef0543b5141a41e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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