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 70d3ec7 commit 99051b6Copy full SHA for 99051b6
website/content/guide/ip-address.md
@@ -6,7 +6,7 @@ description = "IP address handling in Echo"
6
parent = "guide"
7
+++
8
9
-IP address plays fundamental role in HTTP; it's used for access control, auditting, geo-based access analysis and more.
+IP address plays fundamental role in HTTP; it's used for access control, auditing, geo-based access analysis and more.
10
Echo provides handy method [`Context#RealIP()`](https://godoc.org/github.com/labstack/echo#Context) for that.
11
12
However, it is not trivial to retrieve the _real_ IP address from requests especially when you put L7 proxies before the application.
0 commit comments