Class OutboundDestinationBlockedException
Thrown when BlockPrivateNetworkDestinations is enabled and a request's resolved destination address is loopback, private, link-local, or another non-globally-routable address - the outbound destination policy hook described in the hardening plan's "PublicFacing" posture, protecting a proxy that accepts requests from untrusted clients against SSRF into the host's own private network.
Implements
Inherited Members
Namespace: Titanium.Web.Proxy.Exceptions
Assembly: Titanium.Web.Proxy.dll
Syntax
public sealed class OutboundDestinationBlockedException : ProxyException, ISerializable
Properties
| Edit this page View SourceBlockedAddress
The specific resolved IP address (as a string) that triggered the block.
Declaration
public string BlockedAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
Hostname
The hostname that was being connected to when the block occurred.
Declaration
public string Hostname { get; }
Property Value
| Type | Description |
|---|---|
| string |