INotFoundRequest Interface
The INotFoundRequest Interface exposes the key data of the NotFoundRequest and injects it into firewall management objects.
Namespace:
Walter.Web.FireWall.RequestTrackingAssembly: Walter.Web.FireWall (in Walter.Web.FireWall.dll)
Remarks
The NotFoundRequest data entry is optional and found on pages that are not valid in the application in it's current state. If the value is set you are then faced with 1 of 2 options
- URL phishing is detected as the page is not allowed
- an Old Link is used to access the site and the item does not exist anymore.
If option 2 is likely you can use [Walter.Web.FireWall.RequestTracking.INotFoundRequest.SetCorrectedPath(System.String)] to have the firewall redirect the request to the new endpoint