GET /api/ip
HTTP 200 OK
{
"ip": "2600:1f28:365:80b0:f081:ac47:f724:b689",
"remote_ip": "2600:1f28:365:80b0:f081:ac47:f724:b689",
"x_forwarded_for": "2600:1f28:365:80b0:f081:ac47:f724:b689, 172.70.135.5, 10.255.0.1",
"cf_connecting_ip": "2600:1f28:365:80b0:f081:ac47:f724:b689"
}<?xml version="1.0" encoding="UTF-8"?>
<hash>
<ip>2600:1f28:365:80b0:f081:ac47:f724:b689</ip>
<remote-ip>2600:1f28:365:80b0:f081:ac47:f724:b689</remote-ip>
<x-forwarded-for>2600:1f28:365:80b0:f081:ac47:f724:b689, 172.70.135.5, 10.255.0.1</x-forwarded-for>
<cf-connecting-ip>2600:1f28:365:80b0:f081:ac47:f724:b689</cf-connecting-ip>
</hash>
| Path | Verb | Controller#Action |
|---|---|---|
| ip | GET | api/root#ip |