So guess what? Trying to authenticate remotely was a bad idea. I mean, it could work in theory, but in practice there's a simpler solution. We tried running the script directly on the server, and it worked! We had to comment out the block of code that was trying to log us in, but as soon as we did that, we had a waterfall of links being spidered.

Now I just have to wait for my supervisor to give me access to that server. Until then, I'll have to work on the VBScript side of things. The VBScript is basically done, but I have some issues that need to be refined - one of which popped up after building classes to group similar variables and methods.

Once I get to work on the spider again, it looks like I have to refine it to only stay on our intranet. It got a bit carried away and started spidering some external links. It's possible it may have spidered a better portion of the Internet if we let it.


In reply to Re: Authentication Problem - "Logon failure: unknown user name or bad password" by B-Man
in thread Authentication Problem - "Logon failure: unknown user name or bad password" by B-Man

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.