Possible Duplicate:
With HTTPS, are the URL and the request headers protected as the request body is?
When establishing a https connection, an ssl handshake takes place and secret key and the encryption algorithm are shared. Then the data sent is encrypted and cannot be subject ot man in the middle attack or eaves dropping.
My question is what type of data is encrypted. Are the url parameters sent in a get request also encrypted. I am asking this because, they are not included in the body. And are all the attributes that are set in the request headers encrypted?