IP Address | 18.118.226.167 | |
Remote Host | ec2-18-118-226-167.us-east-2.compute.amazonaws.com. | |
User Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | |
Port | 36403 | |
Language | ||
Referer | ||
Connection | ||
KeepAlive | ||
Method | GET | |
Encoding | gzip, br, zstd, deflate | |
MIME Type | */* | |
Charset | ||
Via | ||
X-Forwarded-For |
$ curl ifconfig.tw | ⇒ | 18.118.226.167 |
$ curl ifconfig.tw/ip | ⇒ | 18.118.226.167 |
$ curl ifconfig.tw/host | ⇒ | ec2-18-118-226-167.us-east-2.compute.amazonaws.com. |
$ curl ifconfig.tw/ua | ⇒ | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
$ curl ifconfig.tw/port | ⇒ | 36403 |
$ curl ifconfig.tw/lang | ⇒ | |
$ curl ifconfig.tw/keepalive | ⇒ | |
$ curl ifconfig.tw/connection | ⇒ | |
$ curl ifconfig.tw/encoding | ⇒ | gzip, br, zstd, deflate |
$ curl ifconfig.tw/mime | ⇒ | */* |
$ curl ifconfig.tw/charset | ⇒ | |
$ curl ifconfig.tw/via | ⇒ | |
$ curl ifconfig.tw/forwarded | ⇒ | |
$ curl ifconfig.tw/all | ⇒ | ip_addr: 18.118.226.167 remote_host: ec2-18-118-226-167.us-east-2.compute.amazonaws.com. user_agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) port: 36403 lang: connection: keep_alive: encoding: gzip, br, zstd, deflate mime: */* charset: via: forwarded: |
$ curl ifconfig.tw/all.xml | ⇒ | <info> <charset></charset> <connection></connection> <encoding>gzip, br, zstd, deflate</encoding> <forwarded></forwarded> <ip_addr>18.118.226.167</ip_addr> <keep_alive></keep_alive> <lang></lang> <mime>*/*</mime> <port>36403</port> <remote_host>ec2-18-118-226-167.us-east-2.compute.amazonaws.com. </remote_host> <user_agent>Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)</user_agent> <via></via> </info> |
$ curl ifconfig.tw/all.json | ⇒ | {"connection":"","ip_addr":"18.118.226.167","lang":"","remote_host":"ec2-18-118-226-167.us-east-2.compute.amazonaws.com. ","user_agent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","charset":"","port":"36403","via":"","forwarded":"","mime":"*/*","keep_alive":"","encoding":"gzip, br, zstd, deflate"} |