IP Address | 18.207.255.67 | |
Remote Host | ec2-18-207-255-67.compute-1.amazonaws.com. | |
User Agent | CCBot/2.0 (https://commoncrawl.org/faq/) | |
Port | 60608 | |
Language | en-US,en;q=0.5 | |
Referer | ||
Connection | close | |
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 | 18.207.255.67 |
$ curl ip.envs.net | ⇒ | 18.207.255.67 |
$ curl ip.envs.net/ip | ⇒ | 18.207.255.67 |
$ curl ip.envs.net/host | ⇒ | ec2-18-207-255-67.compute-1.amazonaws.com. |
$ curl ip.envs.net/ua | ⇒ | CCBot/2.0 (https://commoncrawl.org/faq/) |
$ curl ip.envs.net/port | ⇒ | 60608 |
$ 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 | ⇒ | 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 | ⇒ | 18.207.255.67 |
$ curl ip.envs.net/all | ⇒ | ip_addr: 18.207.255.67 remote_host: ec2-18-207-255-67.compute-1.amazonaws.com. user_agent: CCBot/2.0 (https://commoncrawl.org/faq/) port: 60608 lang: en-US,en;q=0.5 connection: close keep_alive: encoding: br,gzip mime: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 charset: via: forwarded: 18.207.255.67 |
$ curl ip.envs.net/all.xml | ⇒ | <info> <charset></charset> <connection>close</connection> <encoding>br,gzip</encoding> <forwarded>18.207.255.67</forwarded> <ip_addr>18.207.255.67</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>60608</port> <remote_host>ec2-18-207-255-67.compute-1.amazonaws.com. </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":"18.207.255.67","lang":"en-US,en;q=0.5","remote_host":"ec2-18-207-255-67.compute-1.amazonaws.com. ","user_agent":"CCBot/2.0 (https://commoncrawl.org/faq/)","charset":"","port":"60608","via":"","forwarded":"18.207.255.67","mime":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8","keep_alive":"","encoding":"br,gzip"} |