| IP Address | 38.107.179.237 | |
| Remote Host | ||
| User Agent | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) | |
| Port | 45126 | |
| Language | en-us,en;q=0.5 | |
| Referer | ||
| Connection | close | |
| KeepAlive | ||
| Method | GET | |
| Encoding | gzip | |
| MIME Type | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 | |
| Charset | ISO-8859-1,utf-8;q=0.7,*;q=0.7 | |
| Via | ||
| X-Forwarded-For | ||
| $ curl ifconfig.me | ⇒ | 38.107.179.237 |
| $ curl ifconfig.me/ip | ⇒ | 38.107.179.237 |
| $ curl ifconfig.me/host | ⇒ | |
| $ curl ifconfig.me/ua | ⇒ | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| $ curl ifconfig.me/port | ⇒ | 45126 |
| $ curl ifconfig.me/lang | ⇒ | en-us,en;q=0.5 |
| $ curl ifconfig.me/keepalive | ⇒ | |
| $ curl ifconfig.me/connection | ⇒ | close |
| $ curl ifconfig.me/encoding | ⇒ | gzip |
| $ curl ifconfig.me/mime | ⇒ | text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 |
| $ curl ifconfig.me/charset | ⇒ | ISO-8859-1,utf-8;q=0.7,*;q=0.7 |
| $ curl ifconfig.me/via | ⇒ | |
| $ curl ifconfig.me/forwarded | ⇒ | |
| $ curl ifconfig.me/all | ⇒ | ip_addr: 38.107.179.237 remote_host: user_agent: CCBot/1.0 (+http://www.commoncrawl.org/bot.html) port: 45126 lang: en-us,en;q=0.5 connection: close keep_alive: encoding: gzip mime: text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 via: forwarded: |
| $ curl ifconfig.me/all.xml | ⇒ | <info> <charset>ISO-8859-1,utf-8;q=0.7,*;q=0.7</charset> <connection>close</connection> <encoding>gzip</encoding> <forwarded></forwarded> <ip_addr>38.107.179.237</ip_addr> <keep_alive></keep_alive> <lang>en-us,en;q=0.5</lang> <mime>text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5</mime> <port>45126</port> <remote_host></remote_host> <user_agent>CCBot/1.0 (+http://www.commoncrawl.org/bot.html)</user_agent> <via></via> </info> |
| $ curl ifconfig.me/all.json | ⇒ | {"connection":"close","ip_addr":"38.107.179.237","lang":"en-us,en;q=0.5","remote_host":"","user_agent":"CCBot/1.0 (+http://www.commoncrawl.org/bot.html)","charset":"ISO-8859-1,utf-8;q=0.7,*;q=0.7","port":"45126","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5","keep_alive":"","encoding":"gzip"} |