Read HTTP Header

komputergeek

komputergeek

@komputergeek-Yf5hJ4 Oct 22, 2024
How can we read HTTP response header using telnet?
What are other methods to do the same (without using any website that displays response header)?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • tuse

    tuse

    @tuse-OWKhFT Jan 28, 2009

    In order to read the HTTP Header, you can use the Wireshark software which is open source and free. It captures all packets so you can find the packet corresponding to HTTP in that

    Other than that, you can use the HEAD command (just like GET) after logging in using telnet