Hello,
After having let the server run as a test drive for some days, I have noticed "strange" entries in the logs. They appear some days after the server had been launched (hackers are really good to sniff internet trafic).
I am thinking about filtering requests by inserting a new class to reply to GET and POST requests on the same port by sending a null. Do you think it could be enough or should I filter requests with the firewall ? Perhaps could I allow some trafic by adding a dedicated header ?
These requests do not look harmful. The server returned a 404 status code because there are no such pages.
A server opened to the internet receives all kinds of strange requests.
I have made no authentication, just started the CloudKVS server as Erel published it. It was only a test drive. And you are right, I could put one in place.