Page is a not externally linkable
nabucosound - 8:06 pm on Jun 15, 2012 (gmt 0)
Thanks @g1smd.
How can I add any HTML meta tag if there is no content or body on the response, as it is only a HTTP 302 (Found) response? For instance, using curl, we get something like:
$ curl -i http://mysite.com/go/3360/
HTTP/1.1 302 FOUND
Server: nginx/0.7.65
Date: Fri, 15 Jun 2012 20:01:55 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive
Location: http://www.externalsite.com/page/slug/stuff
Vary: Accept-Encoding
Content-Length: 0