Page is a not externally linkable
phranque - 10:51 pm on Nov 2, 2012 (gmt 0)
302 found is http 1.1 and moved temporarily is http 1.0
that's interesting!
i never noticed before.
302 Moved Temporarily:
http://www.w3.org/Protocols/HTTP/1.0/spec.html#Code302
#3 we test: using Webbug
#A URLA: HTTP/1.1 302 Moved Temporarily > the same url > we receive HTTP/1.1 404 Not Found (clicking HTTP 1.0)
#B URLB: HTTP/1.1 302 Found > the same url > we receive HTTP/1.1 302 Found (clicking HTTP 1.0)
are URLA and URLB on the same server?
is "the same url" on the same hostname/subdomain?