From 21b977998f0b4de290669d252eb1794bb5578984 Mon Sep 17 00:00:00 2001 From: Sergio Peris Date: Thu, 1 Jan 2026 21:14:12 +0100 Subject: [PATCH] Added paragraph about trusting all proxies --- requests.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requests.md b/requests.md index 53e47509a3a..0ea4c8abe4e 100644 --- a/requests.md +++ b/requests.md @@ -815,6 +815,8 @@ If you are using Amazon AWS or another "cloud" load balancer provider, you may n }) ``` +If your load balancer adds its own IP address to the standard `Forwarded` header, you may use `0.0.0.0/0` to get the leftmost IP as the client IP address. + ## Configuring Trusted Hosts