Skip to content

Commit c1f2233

Browse files
kenjisMGatner
authored andcommitted
docs: update getIPAddress()
1 parent cf7c9e9 commit c1f2233

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

user_guide_src/source/incoming/request.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ Class Reference
2828

2929
.. literalinclude:: request/001.php
3030

31-
.. important:: This method takes into account the ``App->proxyIPs`` setting and will
32-
return the reported HTTP_X_FORWARDED_FOR, HTTP_CLIENT_IP, HTTP_X_CLIENT_IP, or
33-
HTTP_X_CLUSTER_CLIENT_IP address for the allowed IP address.
31+
.. important:: This method takes into account the ``Config\App::$proxyIPs`` setting and will
32+
return the reported client IP address by the HTTP header for the allowed IP address.
3433

3534
.. php:method:: isValidIP($ip[, $which = ''])
3635

0 commit comments

Comments
 (0)