Lines Matching full:proxy
225 * @param string $ip The proxy IP to test.
264 // Directly from an untrusted proxy.
270 // From a trusted proxy, but via an untrusted proxy.
282 // Directly from an untrusted proxy.
288 // From a trusted proxy, but via an untrusted proxy.
292 // Via a custom proxy.
338 // Running behind an SSL proxy, HTTP between server and proxy
339 // Proxy (REMOTE_ADDR) is matched by trustedproxies config
343 // Running behind an SSL proxy, HTTP between server and proxy
344 // Proxy (REMOTE_ADDR) is not matched by trustedproxies config
348 // Running behind a plain HTTP proxy, HTTP between server and proxy
352 // Running behind an SSL proxy, HTTP between server and proxy
356 // Not running behind a proxy, HTTPS server
360 // Not running behind a proxy, plain HTTP server
364 // Not running behind a proxy, plain HTTP server
368 // Running behind an SSL proxy, SSL between proxy and HTTP server
415 // X-Forwarded-Host with trusted proxy
416 …[$default, '127.0.0.1', 'proxy.example.com', 'www.example.com', 'server.local', 'proxy.example.com…
418 // X-Forwarded-Host with untrusted proxy (should fall back to HTTP_HOST)
419 … [[], '8.8.8.8', 'proxy.example.com', 'www.example.com', 'server.local', 'www.example.com'],