Additional query behind your URL.
-
40.122.227.*** - - [12/Nov/2022:23:56:08 +0200] "GET /dofus-43/%7B%7B%20data.size.url HTTP/1.1" 404 12441 "https://mysite.com/dofus-43" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36"
That’s an example from the log file. These requests return a 404 status code and dynamically load the WordPress page for a non-existent address. This in turn generates CPU time.
Basically the url is https://mysite.com/dofus-43, but someone is trying to open it like that – /dofus-43/%7B%7B%20data.size.url , which redirect to 404 page.
Could that be some sort of ddos attack or faulty plugin i have? I’ve talked with my theme’s dev, he told me that this is not related to his theme.
Anyone have idea why my logs shows such strange url adress with additionals like – data.model.url, data.size.url and etc?
- The topic ‘Additional query behind your URL.’ is closed to new replies.