<div>I'm not sure why you would want to go through the trouble of running a proxy. </div><div><br></div><div>wget has solved this problem and can deal with authentication.</div><div><br></div><div>wget -mk <a href="http://foo.com">http://foo.com</a></div>
<div><br></div><div>You can also dump the cookies from your existing browser session and do</div><div><pre class="example">          wget --no-cookies --header "Cookie: <var>name</var>=<var>value</var>"
</pre></div><div>...or wget --load-cookies with a cookie file.</div><div><br></div><div>If it's basic auth, set the Authorization: header.</div><div><br></div><div>-john</div><div><br></div><div>On Wed, May 30, 2012 at 11:41 AM, David Rorex <span dir="ltr"><<a href="mailto:drorex@gmail.com" target="_blank">drorex@gmail.com</a>></span> wrote:</div>
<div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote">On Sun, May 13, 2012 at 11:52 PM, Andy Isaacson <span dir="ltr"><<a href="mailto:adi@hexapodia.org" target="_blank">adi@hexapodia.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><br></div>
<br>
There Really Should Be A Tool (tm) that operates as a HTTP proxy and<br>
simply writes out every HTTP resource that you retrieve to the<br>
filesystem.  I don't know of one, alas.  You can build one using<br>
mitmproxy or Perl's proxy module I suspect, but that sounds like work...<br>
<span><font color="#888888"><br>
-andy<br>
</font></span><div><div><br></div></div></blockquote><div><br></div><div><a href="http://www.charlesproxy.com/" target="_blank">http://www.charlesproxy.com/</a> does exactly this, if you turn on the 'Mirror' feature, any webpage & all of its resources will be downloaded to a local copy, in a directory structure matching the urls you visit. I bought it, use it for development, but I believe the trial version lets you use all features after a 10 second nag screen, and a time limit of 30 minutes (but you can easily restart it after 30 minutes).</div>


</div>
<br>_______________________________________________<br>
Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
<br></blockquote></div><br></div>