Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.http.security.proxy

Trusted proxy policies for forwarded request handling. More...

Functions

record TrustedProxyPolicy (List< String > trustedSources, boolean trustForwardedHeader, boolean forwardedOnly, boolean preferRightMostForwardedFor)
 Política para configurar proxy de confianza en servidores.

Detailed Description

Trusted proxy policies for forwarded request handling.

Function Documentation

◆ TrustedProxyPolicy()

record dev.rafex.ether.http.security.proxy.TrustedProxyPolicy ( List< String > trustedSources,
boolean trustForwardedHeader,
boolean forwardedOnly,
boolean preferRightMostForwardedFor )

Política para configurar proxy de confianza en servidores.

Define qué proxies son de confianza y cómo extraer la IP real del cliente cuando hay proxies o balanceadores de carga en medio.

Definition at line 38 of file TrustedProxyPolicy.java.

References TrustedProxyPolicy().

Referenced by TrustedProxyPolicy().

Here is the call graph for this function:
Here is the caller graph for this function: