[Mono-bugs] [Bug 323375] HttpWebRequest does not authenticate via NTLM

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Aug 13 15:52:51 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=323375

User derekd at omni-ts.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=323375#c19


Derek Duban <derekd at omni-ts.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |derekd at omni-ts.com




--- Comment #19 from Derek Duban <derekd at omni-ts.com>  2008-08-13 13:52:51 MDT ---
This applies to the attachment I just created...

Had same problem here except my test looked more like:

OK
OK
fail
fail
etc....

That was using the test code provided by Stephane.

I got it to work by calling resp.Close at the end of each attempt.
I also go it to work by not calling resp.Close but instead re-using the
WebRequest instance.

I have attached my test code (233308)

Also, in another app, I found that setting CrmService.PreAuthenticate to true
will cause failure because it is not implemented yet.

In conclusion, running (/branches/mono-2-0/mono r110254) now works for us.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list