# curl -v http://hizb-ut-tahrir.info * About to connect() to hizb-ut-tahrir.info port 80 (#0) * Trying 54.172.203.125... connected * Connected to hizb-ut-tahrir.info (54.172.203.125) port 80 (#0) > GET / HTTP/1.1 > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 > Host: hizb-ut-tahrir.info > Accept: */* > < HTTP/1.1 302 Found < Connection: close < Location: http://95.167.13.50/?id=11&st=0&dt=54.172.203.125&rs=hizb-ut-tahrir.info/ < 284 Connection: keep-alive Last-Modified: Sat, 11 May 2013 23:42:27 GMT ETag: "c11b41-8ec-4dc79d60a5ec0" Accept-Ranges: bytes Vary: Accept-Encoding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
# telnet hizb-ut-tahrir.info 80 Trying 54.172.203.125... Connected to hizb-ut-tahrir.info. Escape character is '^]'. GET / HTTP/1.1 User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 Host: hizb-ut-tahrir.info Accept: */* HTTP/1.1 200 OK Server: nginx/1.4.6 (Ubuntu) Date: Tue, 28 Jul 2015 13:37:21 GMT Content-Type: text/html Content-Length: 2284 Connection: keep-alive Last-Modified: Sat, 11 May 2013 23:42:27 GMT ETag: "c11b41-8ec-4dc79d60a5ec0" Accept-Ranges: bytes Vary: Accept-Encoding <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ...
Source: https://habr.com/ru/post/367801/
All Articles