Looking for any examples or lessons people have ingesting data directly into AEP from AEM sites or web apps using Web SDK specifically using encryption on the page and ensuring the data is correctly decrypted once it lands in AEP.
Solved! Go to Solution.
Views
Replies
Total Likes
Web SDK is typically used as an unauthenticated data collection source. The data in motion would be secure via
HTTPS/TLS.
Depending on your use-case, you can also look at Edge API or streaming API as an authenticated server to server endpoint to stream the web data.
Views
Replies
Total Likes
Web SDK is typically used as an unauthenticated data collection source. The data in motion would be secure via
HTTPS/TLS.
Depending on your use-case, you can also look at Edge API or streaming API as an authenticated server to server endpoint to stream the web data.
Views
Replies
Total Likes