Frank Schönmann: header(Location: ) - Ab welchem HTTP-Protokoll ?

Beitrag lesen

hi!

Ich weiß es leider nicht genau (sonst hätte ich wohl schon früher geantwortet)

Na, dann schaut man in der Spezifikation nach, wenn man es nicht weiß:

10.11  Location

The Location response-header field defines the exact location of the
   resource that was identified by the Request-URI. For 3xx responses,
   the location must indicate the server's preferred URL for automatic
   redirection to the resource. Only one absolute URL is allowed.

Location       = "Location" ":" absoluteURI

An example is

Location: http://www.w3.org/hypertext/WWW/NewLocation.html

(aus: http://www.faqs.org/rfcs/rfc1945.html)

Ist also HTTP/1.0-konform. Die Lektüre der möglichen Header-Felder kann übrigens sehr interessant sein :)

bye, Frank!