posted 16 years ago
Yes, the query string portion of an HTTPS GET request will be encrypted when it travels through the network.
But if the information is sensitive enough to be transmitted via SSL, it should be sent via a POST and not a GET. URLs can be stored in many unsecure ways (written to log files, bookmarked, posted to forums, etc.) so appending sensitive data to them is not wise.