I am trying to scrape a site to get info from a company's database so that I can build our own. It is our info and my use is totally legit, but the company no longer supports an app that would do this task for me. That said, I have been trying to use http::mechanize and I am having trouble logging in. They us frames so I have been calling the main page directly...Anyway, I decided to try http::recorder.

I believe that everything is setuip correctly because it logs basic browsing, but when I go to the site in question, it hangs and if left alone long enough perl.exe will ramp-up to 99% of the processor as reported by windows.

Can some one else try to access the page and see if it logs/hangs and try to log in to see if it records the attempt? Here is the page:
https://esolutions.landauerinc.com/lisn/protected/default.aspx
I can not supply valid user/pass details because of the sensitivity of the data.

Thank you all in advance!

p.s. They seem to use a mishmash o js and asp...

In reply to http::recorder hanging / using 99 percent processor by doowah2004

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.