I see something like this in my nodejs app... Am I under hack attack ?
GET http://httpheader.net 301 5.464 ms - 108
GET http://www.httpheader.net/ 200 6.820 ms - -
Thank you very much
I see something like this in my nodejs app... Am I under hack attack ?
GET http://httpheader.net 301 5.464 ms - 108
GET http://www.httpheader.net/ 200 6.820 ms - -
Thank you very much
The link from support of httpheader.net says
Also the default API routing on your server side is not very well configured. It should be returning
404
if the page was not found on your server instead you are returning 200.You can block all these requests if you want to.