Lines Matching full:proxy
199 * @param string $ip The proxy IP to test.
238 // Directly from an untrusted proxy.
244 // From a trusted proxy, but via an untrusted proxy.
256 // Directly from an untrusted proxy.
262 // From a trusted proxy, but via an untrusted proxy.
266 // Via a custom proxy.
312 // Running behind an SSL proxy, HTTP between server and proxy
313 // Proxy (REMOTE_ADDR) is matched by trustedproxies config
317 // Running behind an SSL proxy, HTTP between server and proxy
318 // Proxy (REMOTE_ADDR) is not matched by trustedproxies config
322 // Running behind a plain HTTP proxy, HTTP between server and proxy
326 // Running behind an SSL proxy, HTTP between server and proxy
330 // Not running behind a proxy, HTTPS server
334 // Not running behind a proxy, plain HTTP server
338 // Not running behind a proxy, plain HTTP server
342 // Running behind an SSL proxy, SSL between proxy and HTTP server
389 // X-Forwarded-Host with trusted proxy
390 …[$default, '127.0.0.1', 'proxy.example.com', 'www.example.com', 'server.local', 'proxy.example.com…
392 // X-Forwarded-Host with untrusted proxy (should fall back to HTTP_HOST)
393 … [[], '8.8.8.8', 'proxy.example.com', 'www.example.com', 'server.local', 'www.example.com'],