| IP Address | 107.22.156.205 | |
| Remote Host | ec2-107-22-156-205.compute-1.amazonaws.com | |
| User Agent | CCBot/2.0 | |
| Port | 46931 | |
| Language | en-us,en-gb,en;q=0.7,*;q=0.3 | |
| Referer | ||
| Connection | ||
| KeepAlive | ||
| Method | GET | |
| Encoding | x-gzip, gzip, deflate | |
| MIME Type | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
| Charset | ||
| Via | ||
| X-Forwarded-For | ||
| $ curl ifconfig.me | ⇒ | 107.22.156.205 |
| $ curl ifconfig.me/ip | ⇒ | 107.22.156.205 |
| $ curl ifconfig.me/host | ⇒ | ec2-107-22-156-205.compute-1.amazonaws.com |
| $ curl ifconfig.me/ua | ⇒ | CCBot/2.0 |
| $ curl ifconfig.me/port | ⇒ | 46931 |
| $ curl ifconfig.me/lang | ⇒ | en-us,en-gb,en;q=0.7,*;q=0.3 |
| $ curl ifconfig.me/keepalive | ⇒ | |
| $ curl ifconfig.me/connection | ⇒ | |
| $ curl ifconfig.me/encoding | ⇒ | x-gzip, gzip, deflate |
| $ curl ifconfig.me/mime | ⇒ | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| $ curl ifconfig.me/charset | ⇒ | |
| $ curl ifconfig.me/via | ⇒ | |
| $ curl ifconfig.me/forwarded | ⇒ | |
| $ curl ifconfig.me/all | ⇒ | ip_addr: 107.22.156.205 remote_host: ec2-107-22-156-205.compute-1.amazonaws.com user_agent: CCBot/2.0 port: 46931 lang: en-us,en-gb,en;q=0.7,*;q=0.3 connection: keep_alive: encoding: x-gzip, gzip, deflate mime: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 charset: via: forwarded: |
| $ curl ifconfig.me/all.xml | ⇒ | <info> <charset></charset> <connection></connection> <encoding>x-gzip, gzip, deflate</encoding> <forwarded></forwarded> <ip_addr>107.22.156.205</ip_addr> <keep_alive></keep_alive> <lang>en-us,en-gb,en;q=0.7,*;q=0.3</lang> <mime>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</mime> <port>46931</port> <remote_host>ec2-107-22-156-205.compute-1.amazonaws.com</remote_host> <user_agent>CCBot/2.0</user_agent> <via></via> </info> |
| $ curl ifconfig.me/all.json | ⇒ | {"connection":"","ip_addr":"107.22.156.205","lang":"en-us,en-gb,en;q=0.7,*;q=0.3","remote_host":"ec2-107-22-156-205.compute-1.amazonaws.com","user_agent":"CCBot/2.0","charset":"","port":"46931","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"x-gzip, gzip, deflate"} |