brothers- my brain hurts. i am sorry that i do not have code to post for approval, but i've not yet made it that far without already stumbling.
i need to retrieve a document from a remote machine through https. my first idea was to look over libwww and see if it fit the bill. the wildcards in the scenario are as follows. the remote file doesnt actually exist. rather its built when a client selects a hyperlink stating "download list as csv file". to boot, access to the page containing this url is username/password protected and after login creates a session id as evidenced in the url which contains a sid=xxxxxxxxxxx
i see that libwww allows for a get(url) however, i am not certain how to attack something that contains a sid or how the login process should be handled. the login is not done via apache htaccess, rather the fields of a form are seemingly handed to a C script or some other language (not perl).
my apologies for the ambiguity, however this really is the gist of my issue and contains all the information that i am able to relate. libwww is brand new to me, LWP is also just as much black magic. any suggestions or road maps on where to start are appreciated.

humbly -c


In reply to Download a remote file via https within a session by c

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.