When I redirect users using the header() function, only passing the first argument, what response code will be send?
I had header('Location: https://' . $_SERVER['HTTP_HOST']); set for some time on old pages, and now I'm curious if that redirect might have been cached by browsers.
200is the defaultOKresponse.Location: ...?