WARNING:
Temporary debugging endpoint.
Remove this module after troubleshooting.

Werkzeug

AttributeValue
request.httprequest.remote_addr
216.73.216.191
request.httprequest.environ["REMOTE_ADDR"]
216.73.216.191

Highlighted HTTP Headers

HeaderValue
CF-Connecting-IP
216.73.216.191
True-Client-IP
(not present)
X-Forwarded-For
216.73.216.191
X-Forwarded-Host
fodoapps.com
X-Forwarded-Proto
https
X-Forwarded-Port
(not present)
X-Real-IP
216.73.216.191
Forwarded
(not present)
Host
fodoapps.com
User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

All HTTP Headers

HeaderValue
Host
fodoapps.com
User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Accept
*/*
Accept-Encoding
gzip, br
Cdn-Loop
cloudflare; loops=1
Cf-Connecting-Ip
216.73.216.191
Cf-Ipcountry
US
Cf-Ray
a227f0befb76addf-FRA
Cf-Visitor
{"scheme":"https"}
Via
2.0 Caddy
X-Forwarded-For
216.73.216.191
X-Forwarded-Host
fodoapps.com
X-Forwarded-Proto
https
X-Real-Ip
216.73.216.191

Highlighted WSGI Environ

KeyValue
REMOTE_ADDR
216.73.216.191
HTTP_X_FORWARDED_FOR
216.73.216.191
HTTP_CF_CONNECTING_IP
216.73.216.191
HTTP_X_REAL_IP
216.73.216.191
HTTP_HOST
fodoapps.com
SERVER_NAME
fodoapps.com
SERVER_PORT
8069
REQUEST_METHOD
GET
PATH_INFO
/debug/proxy

Analysis

REMOTE_ADDR (216.73.216.191) does NOT fall inside a known Cloudflare range.

Cloudflare is correctly sending CF-Connecting-IP: 216.73.216.191

X-Forwarded-For is present; first IP in the list: 216.73.216.191

REMOTE_ADDR == CF-Connecting-IP: Odoo is already seeing the real visitor IP.