- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2025 10:18 AM - edited ‎03-10-2025 03:41 AM
1. Would anyone use Recordless Rest message in real-time integrations? It exposes the password right which is not a best practice.
So just wondering if anyone use Recordless Rest message in real-time integrations........
2. If used, what are the consequences as password is visible ? Would it be logged anywhere? Can password be logged using any methods (not to my knowledge, hence asking here)
Thanks in advance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2025 01:03 PM
Recordless REST doesn't need to expose the password , you can easily pull credentials from a credentials record / property / encrypted field if needed. Storing the authentication details in the script is largely due to a lack of knowledge.
I've used it where I needed to dynamically cycle through endpoints and credentials based on a decision table. No credentials exposed, no logging of protected values

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 05:37 AM
"The StandardCredentialsProvider API provides methods to retrieve credential information.
You can use this API in scoped applications or within the global scope. In scoped scripts, use the sn_cc namespace identifier."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2025 08:43 AM
Thanks for your inputs @Kieran Anson 🙂