Created
March 24, 2017 07:27
-
-
Save defanator/36e81c111ec87ee700a41668ef5a2173 to your computer and use it in GitHub Desktop.
filter-reestr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ date && curl -vi --max-time 10 -I 'https://cdn.onelogin.com/assets/loader.js' -H 'Referer: https://nginx.onelogin.com/login' -H 'Accept: */*' -H 'Cache-Control: max-age=0' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8' | |
Fri Mar 24 10:26:50 MSK 2017 | |
* Trying 54.192.98.231... | |
* TCP_NODELAY set | |
* Connected to cdn.onelogin.com (54.192.98.231) port 443 (#0) | |
* ALPN, offering http/1.1 | |
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH | |
* successfully set certificate verify locations: | |
* CAfile: /opt/local/share/curl/curl-ca-bundle.crt | |
CApath: none | |
* TLSv1.2 (OUT), TLS header, Certificate Status (22): | |
* TLSv1.2 (OUT), TLS handshake, Client hello (1): | |
* Operation timed out after 10005 milliseconds with 0 out of 0 bytes received | |
* Curl_http_done: called premature == 1 | |
* Closing connection 0 | |
curl: (28) Operation timed out after 10005 milliseconds with 0 out of 0 bytes received | |
$ date && curl -i -I 'http://cdn.onelogin.com/assets/loader.js' -H 'Referer: https://nginx.onelogin.com/login' -H 'Accept: */*' -H 'Cache-Control: max-age=0' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8' | |
Fri Mar 24 10:27:26 MSK 2017 | |
HTTP/1.1 200 OK | |
Content-Type: text/javascript | |
Content-Length: 226 | |
Date: Fri, 24 Mar 2017 07:10:17 GMT | |
x-amz-replication-status: COMPLETED | |
Last-Modified: Thu, 23 Mar 2017 22:18:37 GMT | |
ETag: "0b79ae60276037363c82f18f0e2214d9" | |
Cache-Control: no-cache | |
x-amz-version-id: Nbv1xJqWFDfA1pC.NviguDQfwmwJR.vR | |
Accept-Ranges: bytes | |
Server: AmazonS3 | |
X-Cache: RefreshHit from cloudfront | |
X-Amz-Cf-Id: v0gpei6S8l2LsEUiE42LEyHtbnMje3gUzlutDjXSvkpGTxYjwQbC0w== | |
X-Cache: MISS from filter-reestr | |
Via: 1.1 eb6f649c4ef37d63b96c5ebdf67e9f39.cloudfront.net (CloudFront), 1.1 filter-reestr (squid/3.5.19) | |
Connection: keep-alive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment