ip-devicer
    Preparing search index...

    Interface IpIdentifyContext

    Per-request metadata passed from the host app into ip-devicer enrichment.

    interface IpIdentifyContext {
        headers?: Record<string, string | string[] | undefined>;
        ip?: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string | string[] | undefined>

    Raw request headers used for proxy-aware IP resolution.

    ip?: string

    Explicit client IP override when middleware did not already resolve one.

    userId?: string

    Optional application-level user identifier associated with the device.