Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Ingest data from web app and/or Form into AEP using Web SDK

Avatar

Level 3

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.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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.