Walter.Web.FireWall
INotFoundRequest Interface
Members 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.RequestTracking Namespace : INotFoundRequest Interface
The INotFoundRequest Interface exposes the key data of the NotFoundRequest and injects it into firewall management objects.
Syntax
public interface INotFoundRequest 
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

  1. URL phishing is detected as the page is not allowed
  2. an Old Link is used to access the site and the item does not exist anymore.

If option 2 is likely you can use SetCorrectedPath to have the firewall redirect the request to the new endpoint

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

INotFoundRequest Members
Walter.Web.FireWall.RequestTracking Namespace