| IP Address | 2600:1f28:365:80b0:55ae:aac0:46c6:80be | |
| Remote Host | localhost | |
| User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
| Port | 54698 | |
| Language | en-US,en;q=0.5 | |
| Referer | ||
| Connection | close | |
| KeepAlive | ||
| Method | GET | |
| Encoding | zstd, 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 | ⇒ | 2600:1f28:365:80b0:55ae:aac0:46c6:80be |
| $ curl ifconfig.tw/ip | ⇒ | 2600:1f28:365:80b0:55ae:aac0:46c6:80be |
| $ curl ifconfig.tw/host | ⇒ | localhost |
| $ curl ifconfig.tw/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
| $ curl ifconfig.tw/port | ⇒ | 54698 |
| $ curl ifconfig.tw/lang | ⇒ | en-US,en;q=0.5 |
| $ curl ifconfig.tw/keepalive | ⇒ | |
| $ curl ifconfig.tw/connection | ⇒ | close |
| $ curl ifconfig.tw/encoding | ⇒ | zstd, 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: 2600:1f28:365:80b0:55ae:aac0:46c6:80be remote_host: localhost user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 54698 lang: en-US,en;q=0.5 connection: close keep_alive: encoding: zstd, 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>zstd, br, gzip</encoding> <forwarded></forwarded> <ip_addr>2600:1f28:365:80b0:55ae:aac0:46c6:80be</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>54698</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":"2600:1f28:365:80b0:55ae:aac0:46c6:80be","lang":"en-US,en;q=0.5","remote_host":"localhost ","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"54698","via":"","forwarded":"","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"zstd, br, gzip"} |