Assuming that I am using Wireshark in order to see the network transportation, the data which is flowing is http transactions which are encrypted by SSL.
My question is which http headers can be seen in the Wireshark?
Assuming that I am using Wireshark in order to see the network transportation, the data which is flowing is http transactions which are encrypted by SSL.
My question is which http headers can be seen in the Wireshark?
No http headers can be seen in TLS/SSL encrypted connections as the whole http protocol is encrypted.
The only aspect which can be seen in cleartext is the certificate (which usually includes at least one hostname) and the hostname you are connecting to (if the browser supports SNI, all modern browsers do) which are transmitted in cleartext during the tls/ssl handshake.