Question
Dispatcher filter rule to allow DELETE method is not working on AEMaaCS
Hi, I have a Dispatcher filter rule to allow for DELETE method for a specific url path.
It works fine on my local AEM instance Dispatcher. The same errors out “406 Not Acceptable”
Can you please suggest a fix for the AEMaaCS environment?
The following is how the rule looks in the sites_filters.any file.
/0123 { /type "allow" /method "DELETE" /url "/service/xyz.json”