Skip to content

Instantly share code, notes, and snippets.

@evilj0e
Created February 28, 2018 13:26
Show Gist options
  • Save evilj0e/ec44b6f3ae70d914da56fe399f7afb51 to your computer and use it in GitHub Desktop.
Save evilj0e/ec44b6f3ae70d914da56fe399f7afb51 to your computer and use it in GitHub Desktop.
λ curl cssunderhood.ru -v
* Rebuilt URL to: cssunderhood.ru/
* Trying 2a03:6f00:1::5c35:726b...
* TCP_NODELAY set
* Connected to cssunderhood.ru (2a03:6f00:1::5c35:726b) port 80 (#0)
> GET / HTTP/1.1
> Host: cssunderhood.ru
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
< Server: nginx/1.12.1
< Date: Wed, 28 Feb 2018 13:25:42 GMT
< Content-Type: text/html
< Content-Length: 161
< Connection: keep-alive
< Location: http://clarus.timeweb.ru/parking/?ref=cssunderhood.ru
< Cache-Control: no-cache, no-store
<
<html>
<head><title>302 Found</title></head>
<body bgcolor="white">
<center><h1>302 Found</h1></center>
<hr><center>nginx/1.12.1</center>
</body>
</html>
* Connection #0 to host cssunderhood.ru left intact
Copy link

ghost commented Feb 28, 2018

~ curl cssunderhood.ru -v
* Rebuilt URL to: cssunderhood.ru/
*   Trying 192.30.252.154...
* TCP_NODELAY set
* Connected to cssunderhood.ru (192.30.252.154) port 80 (#0)
> GET / HTTP/1.1
> Host: cssunderhood.ru
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: GitHub.com
< Date: Wed, 28 Feb 2018 13:27:55 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 55953
< Vary: Accept-Encoding
< Last-Modified: Sat, 10 Feb 2018 19:28:16 GMT
< Vary: Accept-Encoding
< Access-Control-Allow-Origin: *
< Expires: Wed, 28 Feb 2018 13:37:55 GMT
< Cache-Control: max-age=600
< Accept-Ranges: bytes
< X-GitHub-Request-Id: 68CA:57DB:2061B42:2DCF44E:5A96AE5B
<
<!DOCTYPE html>
<html dir="LTR" lang="ru">
  <head>
    <meta charset="utf-8">
    <title>Сайт @cssunderhood</title>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment