I’ve recently published my app and it’s getting hit with XSRF probes which is clogging up my error digest, eg:
Session start time: 2025-01-20 17:13:49
Session Type: HTTP API Request
Error count: 1
Error messages:
API request routing failed. No @anvil.server.http_endpoint exists with path matching ‘/dropdown.php’
Session start time: 2025-01-20 17:13:49
Session Type: HTTP API Request
Error count: 1
Error messages:
API request routing failed. No @anvil.server.http_endpoint exists with path matching ‘/wp-login.php’
Session start time: 2025-01-20 17:13:48
Session Type: HTTP API Request
Error count: 1
Error messages:
API request routing failed. No @anvil.server.http_endpoint exists with path matching ‘/pki-validation/wp-config.php’
Session start time: 2025-01-20 17:13:48
Session Type: HTTP API Request
Error count: 1
Error messages:
API request routing failed. No @anvil.server.http_endpoint exists with path matching ‘/wp-load.php’
Is there any way I can filter/suppress these from being in the error digest, or otherwise prevent them occurring in the first place?
Cheers! Seth