Skip to content

Instantly share code, notes, and snippets.

@avar
Created February 3, 2010 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avar/293628 to your computer and use it in GitHub Desktop.
Save avar/293628 to your computer and use it in GitHub Desktop.
$ sudo tcpflow -i lo -c port 9292
tcpflow[9725]: listening on lo
127.000.000.001.43895-127.000.000.001.09292: POST /edit/eta_0 HTTP/1.1
Host: 127.0.0.1:9292
Connection: keep-alive
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.8 (KHTML, like Gecko) Chrome/4.0.302.2 Safari/532.8
Content-Length: 38
Origin: chrome-extension://pcnigbkaeoldjecolfbanninfmcehpkl
Content-type: text/plain
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: is,en-US;q=0.8,en;q=0.6
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
127.000.000.001.43895-127.000.000.001.09292: This is some existing text from Chrome
127.000.000.001.09292-127.000.000.001.43895: HTTP/1.0 200 OK
Server: Emacs
Date: Wed, 03 Feb 2010 14:16:22 GMT
127.000.000.001.09292-127.000.000.001.43895:
127.000.000.001.09292-127.000.000.001.43895: This is the text from Emacs after I hacked it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment