Seite 1 von 1

HTTP/1.1 307 Temporary Redirect

Verfasst: 11.04.2005, 16:23
von easore
Tagchen,

hab einen Fall in dem eine Weiterleitung mit diesem Header-Status Sinn machen würde.
307 Temporary Redirect
The requested resource resides temporarily under a different URI. Since the redirection MAY be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cacheable if indicated by a Cache-Control or Expires header field.

The temporary URI SHOULD be given by the Location field in the response. Unless the request method was HEAD, the entity of the response SHOULD contain a short hypertext note with a hyperlink to the new URI(s) , since many pre-HTTP/1.1 user agents do not understand the 307 status. Therefore, the note SHOULD contain the information necessary for a user to repeat the original request on the new URI.

If the 307 status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.

Hat jemand damit und den Reaktionen der Sumas darauf schon Erfahrungen gesammelt?

Verfasst:
von

Verfasst: 02.05.2011, 06:58
von fachportale61
hallo

ich habe die gleiche meldung bei meinem neuen forum von wotlab:

Ausgelesene HTTP Header:
Request URI: https://www.forum......
HTTP/1.1 307 Temporary Redirect Date: Mon, 02 May 2011 05:49:00 GMT Server: Apache Set-Cookie: wcf_cookieHash=97753c8cc21fae6b4d10a88d322cf8229a08c40f; HttpOnly Set-Cookie: wcf_boardLastActivityTime=1304315340; expires=Tue, 01-May-2012 05:49:00 GMT; HttpOnly Location: /logistik.html?s=97753c8cc21fae6b4d10a88d322cf8229a08c40f Content-Length: 0 Content-Type: text/html


kann ich das hinnehmen, oder muss das geändert werden.

grüße

Verfasst: 07.05.2011, 05:50
von Outman
Sowas ist nur dann interessant, wenn du eine Art Clustersystem aufgebaut hast oder wenn deine Seite offline ist und du eine Ersatzseite veröffentlichst. Ich habe den Header 307 noch nie im Verwendung gehabt. Ich empfehle dir auf jeden Fall wenn möglich diesmal zu testen, bezweifle aber dass Google dies zeitnah kapiert. Dies ist sehr interessant wenn du zum Beispiel eine Art Event wo deine URL bezogen auf das Datum nur eine Zeit verfügbar ist. Aber ob dies den Gewünschteneffekt hat, kann ich dir leider nicht sagen. Es ist auf jeden Fall auch für mich aus rein technischer Sicht sehr interessant.