Does anyone know if passing variables in a URL is any more or less secure then posting them when it comes to SSL.
for example is:
https://secure.domain.com/?usernam=user&password=pass
any less secure then passing the username and password with a post method in a form?
Thanks,
Chris