Step 1: Set up in Adobe

Your AEM Assets can be accessed using the Assets HTTP API . To access the API:

Before accessing the Assets API, you must complete the following steps to correctly configure your Adobe Experience Manager instance:

  1. Navigate to the Adobe Experience Manager (the URL is specific to your company) and sign in.

    Adobe Welcome

  2. In Tools, click Operations and select Web Console. Alternatively, navigate to https://[aem_server]:[port]/system/console/configMgr .

    Adobe Tools

  3. From the Web Console, navigate to Adobe Granite CSRF Filter.

  4. Make sure the property Filter Methods includes: POST, PUT, DELETE.

Adobe Filter

Feedback