@Gangbass, How can I be sure of the cookie I'm getting/saving is being used by Mech? I see in Firebug this cookie getting stored.
151318053.1240690172.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
And this script snipped from the page with the link to my final destination looks like it could have some bearing. I'm trying to save the minimized js for inspection, but having a problem getting all of it. Any thoughts on what you see here? Perhaps some common code used?
<script type="text/javascript"> var pageTracker = _gat._getTracker("UA-3875979-1"); pageTracker._initData(); pageTracker._trackPageview(); </script>

In reply to Re^2: Scrape "generated" content from secure site? by hackerkatt
in thread Scrape "generated" content from secure site? by hackerkatt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.