Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Exception
    ProxyException
    OutboundDestinationBlockedException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Titanium.Web.Proxy.Exceptions
    Assembly: Titanium.Web.Proxy.dll
    Syntax
    public sealed class OutboundDestinationBlockedException : ProxyException, ISerializable

    Properties

    | Edit this page View Source

    BlockedAddress

    The specific resolved IP address (as a string) that triggered the block.

    Declaration
    public string BlockedAddress { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Hostname

    The hostname that was being connected to when the block occurred.

    Declaration
    public string Hostname { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX