From professional translators, enterprises, web pages and freely available translation repositories.
es wird nicht nur der header an den browser geschickt, sondern auch ein redirect (302) statuscode, wenn nicht bereits ein 3xx statuscode gesendet wurde.
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.
dieser fehler tritt im obigen letzten schritt auf, wenn der client einen http-statuscode empfängt, den er als '400' erkennt.
this error occurs in the final step above when the client receives an http status code that it recognises as '400'.
mod_gzip_sendfile2 der http-statuscode der erzeugten antwort hat nicht den wert 200 - und nur bei diesem wert kann ein zu komprimierender dokumentinhalt vorliegen.
mod_gzip_sendfile2 the http status code of the created response doesn't have the value 200 - and only for this value we may have some compressable document content.
er funktioniert immer noch minimal, da er zumindest mit einem 503-statuscode reagieren kann, aber ein vollständiger service ist unmöglich, d.h. die website ist einfach nicht erreichbar.
it is still functioning minimally because it can at least respond with a 503 status code, but full service is impossible i.e. the web site is simply unavailable.
bei "no" und bei throwonerror = "yes": wenn cfhttp fehlschlägt, wird die ausführung angehalten, und der statuscode und die dazugehörige fehlermeldung werden in der variablen cfhttp.statuscode zurückgegeben.
if set to no and throwonerror is set to yes, execution stops if cfhttp fails, and the status code and associated error message are returned in the variable cfhttp.statuscode.