Expand my Community achievements bar.

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.