Hello,
I have a working Ajax Plugin integration and am receiving events from the Ajax Cloud through the Jeedom External access endpoint I have configured.
My problem is that initially I have added one endpoint, e.g. https://mydomain:443/jee/ and later I decided to change it to something else, like https://mydomain:443/jeedomAjax/ (example).
Now I am receiving requests on both endpoints, while only the jeedomAjax is active - the old one always return 404.
/jee/plugins/ajaxSystem/core/php/jeeAjaxSystem.php - returns 404
/jeedomAjax/plugins/ajaxSystem/core/php/jeeAjaxSystem.php - returns 200
How can I stop the Jeedom Cloud to send requests to /jee/plugins/ajaxSystem/core/php/jeeAjaxSystem.php ?
Information Jeedom
Core : 4.4.20 (master)
DNS Jeedom : No
Plugin : Ajax Systems
Version : 2025-07-03 01:21:24 (stable)