| IP Address | 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 | |
| Remote Host | ||
| User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
| Port | 19444 | |
| 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 | 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 | |
| $ curl ip.envs.net | ⇒ | 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 |
| $ curl ip.envs.net/ip | ⇒ | 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 |
| $ curl ip.envs.net/host | ⇒ | |
| $ curl ip.envs.net/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
| $ curl ip.envs.net/port | ⇒ | 19444 |
| $ curl ip.envs.net/lang | ⇒ | en-US,en;q=0.5 |
| $ curl ip.envs.net/keepalive | ⇒ | |
| $ curl ip.envs.net/connection | ⇒ | close |
| $ curl ip.envs.net/encoding | ⇒ | zstd, br, gzip |
| $ curl ip.envs.net/mime | ⇒ | text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 |
| $ curl ip.envs.net/charset | ⇒ | |
| $ curl ip.envs.net/via | ⇒ | |
| $ curl ip.envs.net/forwarded | ⇒ | 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 |
| $ curl ip.envs.net/all | ⇒ | ip_addr: 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 remote_host: user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 19444 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: 2600:1f28:365:80b0:8adf:78fc:1e90:8bf2 |
| $ curl ip.envs.net/all.xml | ⇒ | <info> <charset></charset> <connection>close</connection> <encoding>zstd, br, gzip</encoding> <forwarded>2600:1f28:365:80b0:8adf:78fc:1e90:8bf2</forwarded> <ip_addr>2600:1f28:365:80b0:8adf:78fc:1e90:8bf2</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>19444</port> <remote_host></remote_host> <user_agent>CCBot/2.0 (https://commoncrawl.org/faq/)</user_agent> <via></via> </info> |
| $ curl ip.envs.net/all.json | ⇒ | {"connection":"close","ip_addr":"2600:1f28:365:80b0:8adf:78fc:1e90:8bf2","lang":"en-US,en;q=0.5","remote_host":"","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"19444","via":"","forwarded":"2600:1f28:365:80b0:8adf:78fc:1e90:8bf2","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"zstd, br, gzip"} |