2020.2 looks like they have finally made secrets/g...
# suitescript
b
2020.2 looks like they have finally made secrets/guids useful enough to implement Basic authentication
r
My problem is much more simple. I need to pass the API Secret from NetSuite into the https.get Header called 'ApiKey'
s
that doesn't sound any simpler, just swap out the header name?
b
his case should be simpler since he doesnt need to do encoding
r
FYI, this did work. const apiKey = https.createSecureString({input: '{custsecret_api_key}'}); Thanks