This has several implications, the most important being that the client will not receive the original error status code, but instead will receive a redirect status code.
Feature: Also enables temporary redirects with 302 status code
Feature: Ermöglicht ebenfalls temporäre Weiterleitungen mit 302-Code
The redirects' status code can be individually defined from plugin version 1.2.0 upwards. Therefore, the status codes 303,307 or 410 can be used.
Der Statuscode der Weiterleitungen kann ab der Pluginversion 1.2.0 selbst definiert werden, somit lassen sich z.B. die Statuscodes 303,307 oder 410 verwenden.
The malicious link is delivered to the user's browser via an HTTP 307 Temporary Redirect status response code indicating that the requested content has been temporarily moved to a new URL.
Der boshafte Link wird dem Browser des Users über eine temporäre Weiterleitung ausgegeben. Für den Browser bedeutet der HTTP 307 Status Response Code, dass der angeforderte Inhalt temporär einen neuen Uniform Resource Locator zugeordnet ist.
Not only does it send this header back to the browser, but it also returns a REDIRECT (302) status code to the browser unless some 3xx status code has already been set.
Es wird nicht nur der Header an den Browser geschickt, sondern auch ein REDIRECT (302) Statuscode, wenn nicht bereits ein 3xx Statuscode gesendet wurde.<? php
Redirect= to redirect an old web page to a new one, Google recommends a server-side redirect through the HTTP status code 301 (Moved Permanently).
Weiterleitung mit 301 Redirect= zur Weiterleitung einer alten Webseite auf eine neue empfiehlt Google einen serverseitigen Redirect durch den HTTP-Status Code 301 (Moved Permanently).
This status code is often used as a temporary redirect, usually when an old address is still active.
Dieser Statuscode wird oft als Weiterleitung genutzt, die jedoch temporär zu sehen ist. Die alte Adresse ist weiterhin gültig.
As a result of a query of several domains I get a clear list with the status codes and the number of redirects.
Im Ergebnis einer Abfrage von mehreren Domains erhalte ich eine übersichtliche Liste mit den Status Codes und der Anzahl der Redirects.
I'll explain the importance of these status codes and redirects in point #2.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.