How do I view HTTP or HTTPS requests?
I have made many different requests, both HTTP and HTTPS, but Wireshark isn't showing them. Is there a way I can see it?
I have made many different requests, both HTTP and HTTPS, but Wireshark isn't showing them. Is there a way I can see it?
You haven't written if you see any packets at all. If not, then you are not capturing correct network. If yes, then you probably not writing correct display filter.
For http traffic use display filter: http
For https traffic use display filter: tls
TLS is general encryption protocol that can contain many application layer protocols like HTTP for example. Imagine TLS like encryption tunnel. You can't see inside the encryption tunnel which application protocol is inside. It can be HTTP, it can be some database application protocol or something else. Protocol HTTPS means secure HTTP or in the language of network it is HTTP over TLS protocol.
Please confirm that you are capturing the right network packets.
In the Wire shark, you can see the protocol tab. For the http protocol, just mention the same as HTTP, and for the https protocol, mention HTTPS .Normally, you are not able to see the HTTPS packet because it is encrypted.
Just enter http on filter tab you are able to filter the traffic.
Thanks, but neither solutions work. Do you know why that might be?
Actually, http works, but I still can't view https. It isn't even showing up as a valid protocol. Is there another protocol it uses? Do I have to decrypt the data?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2023-04-02 14:56:49 +0000
Seen: 32,981 times
Last updated: Apr 05 '23