We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4094b55 commit c14289dCopy full SHA for c14289d
components/http_foundation/trusting_proxies.rst
@@ -18,7 +18,7 @@ your proxy::
18
19
$request = Request::createFromGlobals();
20
// only trust proxy headers coming from this IP address
21
- $request->setTrustedProxies(array(192.0.0.1));
+ $request->setTrustedProxies(array('192.0.0.1'));
22
23
Configuring Header Names
24
------------------------
0 commit comments