Ingest data from web app and/or Form into AEP using Web SDK | Community
Skip to main content
DavidSlaw1
Level 3
May 27, 2022
Solved

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

  • May 27, 2022
  • 1 reply
  • 1152 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by gchung

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.

1 reply

gchungAdobe EmployeeAccepted solution
Adobe Employee
June 1, 2022

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.