Yes, You can allow "/dispatcher/invalidate.cache" globally. Even after allowing it globally, only hosts that are part of the "/allowedClients" will be allowed to make the cache clear request.
This functionality is not available OOTB but you can write custom RTE plugin to achieve this functionality. More details at [1] [1]https://mkbansal.wordpress.com/2016/01/09/aem-rte-custom-styles-plugin/https://mkbansal.wordpress.com/2016/01/09/aem-rte-custom-styles-plugin-touch-ui/https://mkbansal.w...
As I mentioned before, Instead of using anonymous session, you need to use project specific system user and provide permissions to that user as per your requirement.
For Models, you just need to move the "/conf/global/settings" directory and then you can open the same workflow and click on SYNC at the top left to have it created under "/var" Detailed instructions are already provided in the documentation: Any new or modified Workflow Models must be migrated to /...
When you want to translate content with a translation provider that is not integrated with an AEM connector, export the translations by clicking the Export button under the drop-down menu in the Translation Job tile from the Translation Project. There can be many Translation Jobs for the same Transl...
In addition to what Arun mentioned, If you are getting 404 for the robot.txt file when directly accessing it via publisher(Bypassing dispatcher), make sure the anonymous user has access to the location of robot.txt file.
I believe you can just trigger a CURL command, similar to below: curl -u admin:admin http://<host>:<port>/system/console/jmx/org.apache.jackrabbit.oak%3Aname%3DSEGMENT_REPO_SIZE%2Ctype%3DMetrics | grep "Attribute exposed for management" | cut -c 81-90