Sling Filter for detecting package manager "install" POST request.
Hi,
We are trying to detect the POST request send out on click of "install" in the CRX Package Manager. The request can be seen in the inspect element console but the sling filter is not detecting it. Is some specific configuration required in the AEM or in the filter for the same or some a different approach can be taken?
Our final goal is to perform some activity before the package installs (nothing to do with the package being installed nor do we want to interfere with the default AEM package install process).