IP Address | 18.97.14.87 | |
Remote Host | localhost | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 49074 | |
Language | en-US,en;q=0.5 | |
Referer | ||
Connection | close | |
KeepAlive | ||
Method | GET | |
Encoding | br,gzip | |
MIME Type | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
Charset | ||
Via | ||
X-Forwarded-For |
$ curl ifconfig.tw | ⇒ | 18.97.14.87 |
$ curl ifconfig.tw/ip | ⇒ | 18.97.14.87 |
$ curl ifconfig.tw/host | ⇒ | localhost |
$ curl ifconfig.tw/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
$ curl ifconfig.tw/port | ⇒ | 49074 |
$ curl ifconfig.tw/lang | ⇒ | en-US,en;q=0.5 |
$ curl ifconfig.tw/keepalive | ⇒ | |
$ curl ifconfig.tw/connection | ⇒ | close |
$ curl ifconfig.tw/encoding | ⇒ | br,gzip |
$ curl ifconfig.tw/mime | ⇒ | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
$ curl ifconfig.tw/charset | ⇒ | |
$ curl ifconfig.tw/via | ⇒ | |
$ curl ifconfig.tw/forwarded | ⇒ | |
$ curl ifconfig.tw/all | ⇒ | ip_addr: 18.97.14.87 remote_host: localhost user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 49074 lang: en-US,en;q=0.5 connection: close keep_alive: encoding: br,gzip mime: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 charset: via: forwarded: |
$ curl ifconfig.tw/all.xml | ⇒ | <info> <charset></charset> <connection>close</connection> <encoding>br,gzip</encoding> <forwarded></forwarded> <ip_addr>18.97.14.87</ip_addr> <keep_alive></keep_alive> <lang>en-US,en;q=0.5</lang> <mime>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</mime> <port>49074</port> <remote_host>localhost </remote_host> <user_agent>CCBot/2.0 (https://commoncrawl.org/faq/)</user_agent> <via></via> </info> |
$ curl ifconfig.tw/all.json | ⇒ | {"connection":"close","ip_addr":"18.97.14.87","lang":"en-US,en;q=0.5","remote_host":"localhost ","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"49074","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"br,gzip"} |