Comment on Twitter releases new JS template engine: hogan.jsparentComments−rhubarbquid14yNo, it responds with a redirect: $ curl http://goo.gl/OCK7V <HTML> <HEAD> <TITLE>Moved Permanently</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1>Moved Permanently</H1> The document has moved <A HREF="http://twitter.github.com/hogan.js/1.0.0/hogan.js">here </A>. </BODY> </HTML> Edit: I suppose the headers are more important: $ curl -I http://goo.gl/OCK7V HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=UTF-8 Expires: Thu, 22 Dec 2011 18:18:46 GMT Date: Thu, 22 Dec 2011 18:18:46 GMT Cache-Control: private, max-age=86400 Location: http://twitter.github.com/hogan.js/1.0.0/hogan.js X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Server: GSE Transfer-Encoding: chunked
Comments
No, it responds with a redirect:
Edit: I suppose the headers are more important: