IP Address | 44.220.251.236 | |
Remote Host | ec2-44-220-251-236.compute-1.amazonaws.com. | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 35866 | |
Language | en-US,en;q=0.5 | |
Referer | ||
Connection | Keep-Alive | |
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 | ⇒ | 44.220.251.236 |
$ curl ifconfig.tw/ip | ⇒ | 44.220.251.236 |
$ curl ifconfig.tw/host | ⇒ | ec2-44-220-251-236.compute-1.amazonaws.com. |
$ curl ifconfig.tw/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
$ curl ifconfig.tw/port | ⇒ | 35866 |
$ curl ifconfig.tw/lang | ⇒ | en-US,en;q=0.5 |
$ curl ifconfig.tw/keepalive | ⇒ | |
$ curl ifconfig.tw/connection | ⇒ | Keep-Alive |
$ 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: 44.220.251.236 remote_host: ec2-44-220-251-236.compute-1.amazonaws.com. user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 35866 lang: en-US,en;q=0.5 connection: Keep-Alive 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>Keep-Alive</connection> <encoding>br,gzip</encoding> <forwarded></forwarded> <ip_addr>44.220.251.236</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>35866</port> <remote_host>ec2-44-220-251-236.compute-1.amazonaws.com. </remote_host> <user_agent>CCBot/2.0 (https://commoncrawl.org/faq/)</user_agent> <via></via> </info> |
$ curl ifconfig.tw/all.json | ⇒ | {"connection":"Keep-Alive","ip_addr":"44.220.251.236","lang":"en-US,en;q=0.5","remote_host":"ec2-44-220-251-236.compute-1.amazonaws.com. ","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"35866","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"br,gzip"} |