Hi
Does Dynamicweb 9 register 404 responses anywhere? I have checked the table Statv2NotFound but no luck there.
Hi
Does Dynamicweb 9 register 404 responses anywhere? I have checked the table Statv2NotFound but no luck there.
Hi Lars,
404 responses are not logged (due to performance reasons) but you can implement the custom subscriber to log them. Subscribe to BeforeEndRequest notification and check the
Context.Response.StatusCode = 404 and log what you need.
Regards, Dmitrij
You must be logged in to post in the forum