Last active
December 18, 2015 01:38
-
-
Save berekuk/5704904 to your computer and use it in GitHub Desktop.
EC2 wrong response
This file contains 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
### This is riotgames headers and html | |
mmcleric@mmbook:~$ wget -S -O - 'http://questhub.io' | |
--2013-06-04 03:39:28-- http://questhub.io/ | |
Resolving questhub.io... 54.225.128.184 | |
Connecting to questhub.io|54.225.128.184|:80... connected. | |
HTTP request sent, awaiting response... | |
HTTP/1.1 200 OK | |
Cache-Control: must-revalidate | |
Content-Type: text/html; charset=utf-8 | |
Date: Mon, 03 Jun 2013 23:38:49 GMT | |
ETag: "9e1ca688d12215a3e4229aac7a61f2a2" | |
Expires: Sun, 19 Nov 1978 05:00:00 GMT | |
Last-Modified: Mon, 03 Jun 2013 23:36:47 GMT | |
Server: Apache/2.2.16 (Amazon) | |
Set-Cookie: SESS28e986562b6ceed8b96a980522729e97=nhvj5ea9t09tjtembg0b85gfh4; expires=Thu, 27-Jun-2013 03:12:09 GMT; path=/; domain=.questhub.io | |
Vary: Accept-Encoding | |
X-Powered-By: PHP/5.3.6 | |
transfer-encoding: chunked | |
Connection: keep-alive | |
Length: unspecified [text/html] | |
Saving to: ‘STDOUT’ | |
[<=> ] 0 --.-K/s <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<script type="text/javascript">var NREUMQ=NREUMQ||[];NREUMQ.push(["mark","firstbyte",new Date().getTime()])</script> | |
<link rel="shortcut icon" href="/files/riotgames_favicon_0.jpg" type="image/x-icon" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>RIOT GAMES</title> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/node/node.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/defaults.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/system/system-menus.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/user/user.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/modules/views/css/views.css?J" /> | |
<link type="text/css" rel="stylesheet" media="all" href="/themes/riotgames/style.css?J" /> | |
<link href="/themes/riotgames/style.css" rel="stylesheet" type="text/css" media="screen" /> |
This file contains 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
### This is questhub headers and html | |
mmcleric@mmbook:~$ wget -S -O - 'http://questhub.io' | |
--2013-06-04 03:40:20-- http://questhub.io/ | |
Resolving questhub.io... 54.225.128.184 | |
Connecting to questhub.io|54.225.128.184|:80... connected. | |
HTTP request sent, awaiting response... | |
HTTP/1.1 200 OK | |
Server: nginx/1.1.19 | |
Date: Mon, 03 Jun 2013 23:39:59 GMT | |
Content-Type: text/html | |
Content-Length: 4545 | |
Last-Modified: Fri, 31 May 2013 23:36:48 GMT | |
Connection: keep-alive | |
Expires: Mon, 03 Jun 2013 23:39:59 GMT | |
Cache-Control: max-age=0 | |
Cache-Control: private | |
Accept-Ranges: bytes | |
Length: 4545 (4.4K) [text/html] | |
Saving to: ‘STDOUT’ | |
0% [ ] 0 --.-K/s <!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="fragment" content="!"> | |
<title>Questhub.io</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="alternate" type="application/atom+xml" title="News Feed" href="/api/event/atom"> | |
<link href="/vendors/bootstrap/css/bootstrap.css" rel="stylesheet"> | |
<link href="/vendors/fontawesome/css/font-awesome.css" rel="stylesheet"> | |
<link href="/vendors/bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment