Secure HTTPS Demo
This form uses HTTPS encryption. Credentials are encrypted and NOT visible in network captures.
Login Form (Secure)
HTTPS POST Demo for Wireshark Analysis
What to look for in Wireshark:
- Filter:
tls && ip.addr == 138.246.238.155
- Or:
tls.handshake.extensions_server_name contains "secure-demo"
- Follow TLS Stream - credentials are ENCRYPTED
- You will see "Application Data" but NOT the actual password
- TLS Handshake is visible (including SNI hostname)
- Compare with HTTP version to see the difference!