-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
The default proxy Headers
Request::setTrustedHeaderName(Request::HEADER_CLIENT_IP, 'X-Proxy-For');
Request::setTrustedHeaderName(Request::HEADER_CLIENT_HOST, 'X-Proxy-Host');
Request::setTrustedHeaderName(Request::HEADER_CLIENT_PORT, 'X-Proxy-Port');
Request::setTrustedHeaderName(Request::HEADER_CLIENT_PROTO, 'X-Proxy-Proto');
don't follow the standard RFC 7239 (although it seems barely anyone does). Wouldn't it be nice to do it?
Metadata
Metadata
Assignees
Labels
No labels