Hiding Sensitive data from HTTP header, while using it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 01:04 AM
Hi All,
I need some guidance on hiding some values when we give in HTTP Header like some authentication key or subscription key. How can we do that and use them also.
Please guide
Thanks
- Labels:
-
Architect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 01:29 AM
When calling your REST API, use the setRequestHeader method. You can then use your script to securely provide the secret value as a header from wherever you're storing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 01:36 AM
Hi @Community Alums ,
1. keep your value in sys_propery and try to call it in your HTTP header , Thats the way to go..
2. Also see if you can create variable substution to ${value} > and see if you can call system propery over it.
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....