On a nextcloud instance installed from the nextcloud:production-fpm
official docker image we start seeing a lot of 412 HTTP error code in the log producing a huge load on the server.
An unresolved issue similar to our problems have been found in the Github repository : [Bug]: CSRF check failed · Issue #40626 · nextcloud/server · GitHub.
Apart from the numerous /ocs/v2.php/apps/notifications/api/v2/notifications
errors a lot (3 per seconds) of POST on /index.php/apps/text/session/XXXXXX/push
and POST on /index.php/apps/text/session/XXXXXX/save
produced also 412 Precondition Failed
HTTP code.
I would like to find to what session this number links to.
Is there a way to find what users are concerned by these text session id?