IP Address | 3.145.115.139 | |
Remote Host | ec2-3-145-115-139.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 | 11124 | |
Language | ||
Referer | ||
Connection | ||
KeepAlive | ||
Method | GET | |
Encoding | gzip, br, zstd, deflate | |
MIME Type | */* | |
Charset | ||
Via | ||
X-Forwarded-For |
$ curl ifconfig.tw | ⇒ | 3.145.115.139 |
$ curl ifconfig.tw/ip | ⇒ | 3.145.115.139 |
$ curl ifconfig.tw/host | ⇒ | ec2-3-145-115-139.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 | ⇒ | 11124 |
$ 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: 3.145.115.139 remote_host: ec2-3-145-115-139.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: 11124 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>3.145.115.139</ip_addr> <keep_alive></keep_alive> <lang></lang> <mime>*/*</mime> <port>11124</port> <remote_host>ec2-3-145-115-139.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":"3.145.115.139","lang":"","remote_host":"ec2-3-145-115-139.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":"11124","via":"","forwarded":"","mime":"*/*","keep_alive":"","encoding":"gzip, br, zstd, deflate"} |