Dear Monks,
Although this subject has heen 'covered' many times, All answers thusfar regarding NTLM authentication did not gotten me closer to a solution, so I'll ask this one more time:
How can I do NTLM authentication on an Microsoft IIS or Proxy?
I don't want links, suggestions, or obscure module names, just some lines that work for *you*, so it'll work for *me* then, too.

My case: Let just say I want to get the content of www.perl.com over a MS proxy.

Therefore I just want some lines, no DBI or DBI::Oracle crap in it, just the minimal code.
I emphasize this since I've seen 'examples' in this very Monastry that looked more like a coredump to me than a working snipped! ;-))
I have seen many NTLM questions, but none of them end with 'eureka, thanks guys!'

I even dare to state the NTLM with LWP does not work, has never worked and will never work!
(Now if *that* isn't a provocation, then I'm lost! :-) )
It's up to you monks to prove the opposite. I am aware I am very cynical, but hell, I have a production problem here and the only proper way for me is the use of NTLM authentication due to security policies.
I simply have no time to set up a lab situation, and spend hours if not days to get the damn thing to work.
I just need cut'n paste-code.
I hope you get my point.
Please help!

Regards,
John

In reply to More NTLM by j.goor

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.