Configuring Django CSRF_TRUSTED_ORIGINS for use with Enterprise Manager – Linux

The Django CSRF_TRUSTED_ORIGINS setting provides a mechanism for configuring a list of trusted origins for unsafe HTTP requests for Linux Enterprise Manager host servers. The list is empty by default. This is configured by setting up a Linux SYSTEM Environment variable. When configured, Enterprise Manager will initialize the configured list on startup. This may be… Continue reading Configuring Django CSRF_TRUSTED_ORIGINS for use with Enterprise Manager – Linux

Configuring Django CSRF_TRUSTED_ORIGINS for use with Enterprise Manager – Windows

The Django CSRF_TRUSTED_ORIGINS setting provides a mechanism for configuring a list of trusted origins for unsafe HTTP requests for Windows Enterprise Manager server hosts. The list is empty by default. This is configured by setting up a Windows or Linux SYSTEM Environment variable. When configured, Enterprise Manager will initialize the configured list on startup. In… Continue reading Configuring Django CSRF_TRUSTED_ORIGINS for use with Enterprise Manager – Windows

Disabling the CSRF on Enterprise Manager 24.12 and higher

In some cases, CSRF would prevent accessing the EM server from the browser due to the CSRF “Cross-Site Request Forgery” validation when having a proxy server, and needs to disable this protection. Product  Enterprise Manager version 24.12 and higher Steps to Disable -Windows -Linux