Quick question...
If I request a URL with a query string at the end (ex: site.com/script_page.php?A=Apple&B=Boot) will the URL query string be encrypted by the https? (obviosly someone could sniff that I visited script_page.php, but could they read the Q string and it's variables?
It is my understanding that if you preface the url with a user and pass like user:pass@mysite.com over https - the https is established before the user:pass are sent, and thus this is safe.
?? Thanks!
-K