IP Address | 3.94.202.151 | |
Remote Host | ec2-3-94-202-151.compute-1.amazonaws.com. | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 39274 | |
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 | ⇒ | 3.94.202.151 |
$ curl ifconfig.tw/ip | ⇒ | 3.94.202.151 |
$ curl ifconfig.tw/host | ⇒ | ec2-3-94-202-151.compute-1.amazonaws.com. |
$ curl ifconfig.tw/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
$ curl ifconfig.tw/port | ⇒ | 39274 |
$ 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: 3.94.202.151 remote_host: ec2-3-94-202-151.compute-1.amazonaws.com. user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 39274 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>3.94.202.151</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>39274</port> <remote_host>ec2-3-94-202-151.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":"3.94.202.151","lang":"en-US,en;q=0.5","remote_host":"ec2-3-94-202-151.compute-1.amazonaws.com. ","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"39274","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"br,gzip"} |