Hi,
is there a way to trace the ip addresses of client requesting something not available on WSE instance?
For example, on error log file I see the s request:
WARN server comment 2022-11-02 13:03:35 - - - - - 1691453.676 - - - - - - - - Application folder ([install-location]/applications/-wvhttp-01-) is missing
And this is what I see on access log file:
2022-11-02 13:03:35 CET comment server WARN 200 - Application folder ([install-location]/applications/-wvhttp-01-) is missing - - - 1691453.676 - - - - - - - - - - - - - - - - - - - - - - - - -
Application -wvhttp-01- doesn’t exists , but I’d like to know the ip address of the requester.
I’d like to block bots or scripts that try to scan my server, asking some fake urls.
Why on the log files, if I request something not defined on WSE, my ip address is not traced?
It’s traced only the good requests to the server, never the “bad” requests.
Kind regards,
Dave