Configuring for AEM Apps

CAUTION

AEM 6.4 has reached the end of extended support and this documentation is no longer updated. For further details, see our technical support periods. Find the supported versions here.

Adobe Experience Manager Apps provides the ability to update the content of your application over the air (OTA). The updated content is stored on the publish instance. To allow the App on your device to connect to the publish instance and check for updates the publish instance needs to be configured to allow an empty referrer header.

Configuring Empty Referrer Header

To configure the referrer filter service:

  • Open the Apache Felix console (Configurations) at:
  • https://<server>:<port_number>/system/console/configMgr
  • Login as admin.
  • In the Configurations menu, select: Apache Sling Referrer Filter
  • Check the Allow Empty field, to allow empty/missing referrer headers.
  • Click Save to save your changes.

chlimage_1-58

See the OSGI Configuration Settings and Security Checklist - Issues with Cross-Site Request Forgery for further details.

On this page