On 2012-01-10 14:53, gettons wrote: > cool, I got it . infact I didn't get any redirection using firefox.
You did if you browsed: http://openwrt.org You were sent to: https://openwrt.org However, Firefox doesn't display anything when this happens, until the second page fails to load. Jochen and Damien's techniques work, of course. But specifically, I used netcat, tshark, and wireshark: Terminal 1: (echo "HEAD / HTTP/1.0" ; echo ) | nc openwrt.org 80 Terminal 2: sudo tshark -i wlan0 -f 'host 78.24.191.177' -n -t a -w /tmp/openwrt.cap -S Then either open openwrt.cap in Wireshark and examine the HTTP stream, or use tshark -V to examine the content from the CLI. Or do it while tshark is running the first time. Regards, Tyler -- "We must not confuse dissent with disloyalty. We must remember always that accusation is not proof and that conviction depends upon evidence and due process of law. We will not walk in fear, one of another. We will not be driven by fear into an age of unreason, if we dig deep in our history and our doctrine, and remember that we are not descended from fearful men — not from men who feared to write, to speak, to associate and to defend causes that were, for the moment, unpopular." -- Edward R. Murrow _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
