How to read Internet "Stream"?
Question: I am looking for a way to see the data that is coming from the network/internet to my computer (the whole data/information). I hope somebody knows a way to do this.
-Thank you :)
Answer:
Look up tcpdump and ethereal. Not sure if they work similarly. But I guess they allow you to inspect packets and look at the contents.
HTH
Reading the stream is upto the methods used by the web designers, not all the streams are readable, if they used "GET" method then the streams are readable, but if they used "POST" method then the streams are not readable.
More Questions & Answers...