From cb0e3287090786fad566feb67ac07b8ef361b2c3 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 16 Feb 2010 17:09:07 +1300 Subject: Initial checkin. --- doc-src/library.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc-src/library.html (limited to 'doc-src/library.html') diff --git a/doc-src/library.html b/doc-src/library.html new file mode 100644 index 00000000..e8533731 --- /dev/null +++ b/doc-src/library.html @@ -0,0 +1,15 @@ + +All of mitmproxy's basic functionality is exposed through the __libmproxy__ +library. The example below shows a simple implementation of the "sticky cookie" +functionality included in the interactive mitmproxy program. Traffic is +monitored for __cookie__ and __set-cookie__ headers, and requests are rewritten +to include a previously seen cookie if they don't already have one. In effect, +this lets you log in to a site using your browser, and then make subsequent +requests using a tool like __curl__, which will then seem to be part of the +authenticated session. + + + +$!example!$ + + -- cgit v1.2.3