Is Base64 Encryption mandatory for Sender if ServiceNow has to receive attachment over REST?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 09:30 PM
Is Base64 Encryption mandatory for Sender if ServiceNow has to receive attachment over REST?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 02:47 AM
REST is a text-based format, but files contained binary data. For this reason, that binary data has to be converted to text-based format before it can be transferred.
And Base64 is the standard conversion format. So to answer your question: Yes it is required.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 02:51 AM
Yes, Base64 Encryption mandatory for Sender if ServiceNow has to receive attachment over REST?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2024 03:17 AM
base64 format is basically used for sending files between systems while integration
I am not sure how it relates to encryption w.r.t. REST
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader