Miscellaneous > Applications
I need *special* browser
WMD:
^ Open it from a terminal window.
DukePuke:
Ok, it prompts shit. But its still not what I looked for.. I mean browser who shows commands send to server (GET /index.html...) and so.. (Like visual ftp client like CuteFTP sends commands to server, it has nice window showing of sent commands)
With dillo, I get smth like this:
Connecting to 64.71.191.76
Nav_open_url: Url=>http://www.microsuck.com<
Dns_server [0]: www.microsuck.com is 0x80fe298
Connecting to 66.113.84.61
Dns_server [0]: images.paypal.com is 0x8169e70
So? Where is GET, HTTP , etc shit? no, there are no infidels. no .
(btw what this hexadecimal value in right means? f.e 0x80fe298)
KernelPanic:
Hey why don't you just use telent if you are so hardcore
anyway's Duke, why d'ya want these crazy features in the first place. If it's to learn then the HTTP is well documented...
DukePuke:
one group of people learns reading manuals, and they becoming lack of practic3, another group of people learning better way : practice + theory. So jsut using http protocol and monitoring traffic between hosts, can have some advantages.
btw this time I dont need it for learning, I just need such browser. google is helpless (sad, but its true sometimes).
anphanax:
If you really want the HTTP protocol information, and don't want to shell out money for a packet sniffer, you could always write a local proxy to the log the packets for you. The headers sent to the proxy aren't much different than a standard header:
e.g. Proxy
GET http://www.google.com/ HTTP/1.1
Proxy-Connection: keep-alive
e.g. Standard
GET / HTTP/1.1
Connection: keep-alive
[ April 21, 2004: Message edited by: anphanax ]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version