Changes for page Base64 encoding

Last modified by Danniar Firdausy on 2024/09/17 21:22

From version 15.1
edited by Erik Bakker
on 2023/01/05 11:52
Change comment: There is no comment for this version
To version 13.1
edited by eMagiz
on 2022/06/09 13:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ebakker
1 +XWiki.eMagiz
Default language
... ... @@ -1,1 +1,0 @@
1 -en
Content
... ... @@ -1,9 +1,15 @@
1 1  {{container}}
2 2  {{container layoutStyle="columns"}}
3 -(((Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
3 +(((
4 4  
5 +
6 +Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
7 +
5 5  Should you have any questions, please get in touch with [[academy@emagiz.com>>mailto:academy@emagiz.com]].
6 6  
10 +* Last update: August 26th, 2021
11 +* Required reading time: 5 minutes
12 +
7 7  == 1. Prerequisites ==
8 8  
9 9  * Basic knowledge of the eMagiz platform
... ... @@ -20,6 +20,8 @@
20 20  * The component in eMagiz needs a base64 encoded string as input
21 21  * Multiple times encoding and encoding in the same integration is **not** advisable
22 22  
29 +
30 +
23 23  == 3. Base64 encoding ==
24 24  
25 25  Most of the time, you can use the standard tooling of eMagiz to manipulate the data so that it makes sense for the (external) party that receives the data. However, sometimes there are cases in which you need a little bit of extra complexity. This microlearning will explain one of those more complex scenarios. In this microlearning, we will learn how to use base64 encoding on your (input) message. This functionality is beneficial when the message is not encoded, but you need to send the data encoded to the external party.
... ... @@ -63,6 +63,8 @@
63 63  * The component in eMagiz needs a base64 encoded string as input
64 64  * Multiple times encoding and encoding in the same integration is **not** advisable
65 65  
74 +
75 +
66 66  == 6. Suggested Additional Readings ==
67 67  
68 68  If you are interested in this topic and want more information, please read the help text provided by eMagiz and the following links:
... ... @@ -74,7 +74,8 @@
74 74  
75 75  This video demonstrates how you could have handled the assignment and gives you some context on what you have just learned.
76 76  
77 -{{video attachment="intermediate-data-handling-base64-encode.mp4" reference="Main.Videos.Microlearning.WebHome"/}})))
87 +{{video attachment="intermediate-data-handling-base64-encode.mp4" reference="Main.Videos.Microlearning.WebHome"/}}
88 +)))
78 78  
79 79  ((({{toc/}}))){{/container}}
80 80  {{/container}}