There are 2 ways of using guids in N/https
• The first is in a
https.SecureString or
crypto.SecretKey
• The second is as a placeholder that is replaced by N/https when you make a request. You need to use the
credentials parameter when using this method
An extra common mistake is to accidently convert the SecureString into a normal string when trying to mix the two. Don't do it, a SecureString converted to a string is useless and wont be replaced with a credential.