simple question about ssl
Simple question about SSL. Is it safe to:header("Location: https://domain.com/?passwordGOEShere");
?
will the passwordGOEShere be encrypted in transmission. Does ssl connection is made before passing arguments to server or is it not safe?