How to set http header
Hi Team,Application security team wants to allow only Get and Post method on any page.For that i have tried below options:1. Added CORS config in alfresco-global.properties filecors.enabled=true cors.allowed.methods=Get,Post2. Enabled CORS config in ...