As this answer suggests, it isn't a good idea to have sensitive information in a URL string. Even though it will be encrypted if you use SSL, it will be stored in a server log in clear text.
How then should GET arguments be passed to a web server securely?