Hello! Is there a way to find out user IP that have been delete some objects, I have the username and date/time of deletion, but that username uses by multiple users.
Article Comments
yes I have saw that method in docs, but how can I found out ID=name of deleted object?
Nov, 2022 - Permalink
The IDs are available after the deleteobject.htm. Mostly these are 5 digits IDs.
Nov, 2022 - Permalink
Hi Makmos,
Please search in the Webserver Logs for the following string as this indicates a deleted object and shows you also the IP address:
2022-11-02 11:07:55 IP-ADDRESS "USERNAME" IP-ADDRESS 443 POST /api/deleteobject.htm
Nov, 2022 - Permalink