Hello all,
I've worked out how to use the createSecureString with an https.get ... phew. However, I have sensitivity data contained in the body of an https.post, but it doesn't work. Has anyone succeeded with a post?
s
stalbert
01/13/2019, 6:06 PM
I got the impression that
createSecureString
was meant for querystring only?
d
darrenhillconsulting
01/14/2019, 4:19 PM
@stalbert Ya, I think you're right. My thought was it served as a 'search/replace' for the GUIDs in the string itself
s
stalbert
01/14/2019, 4:26 PM
I do wish NS provided us a more general, easy to use crypto api, like Windows DPAPI