Re: [Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2013-03-15 Thread Rachid B.
Hi Parikshit Tiwari , Have you found a solution to this problem? I searched on the web for 2 days but I found nothing. I'm completely stuck. Thx Le jeudi 6 décembre 2012 02:58:30 UTC+1, Parikshit Tiwari a écrit : > > epoch, > How were you able to send the handshake? what did you do to sen

Re: [Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2013-03-15 Thread Rachid B.
Hi Epoch, I have the same problem with IE8. I use NTLM authentication. All my POST request are just ignored by the server. Please what did you do to solve this ? Thx. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To unsubscr

Re: [Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2012-12-16 Thread Parikshit Tiwari
epoch, How were you able to send the handshake? what did you do to send out the handshake was it something in the json packet that caused the browser to think that it was a response from the auth server? Please let me know, because I am facing a similar issue with IE8 and my server also uses

[Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-22 Thread T.J. Crowder
Hi, Your posting back is much appreciated! People rarely take the time and just leave things dangling. Thanks! -- T.J. Crowder Independent Software Consultant tj / crowder software / com www.crowdersoftware.com On Apr 22, 9:58 am, epoch wrote: > Hi Again > > I have finally completed my debuggi

[Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-22 Thread epoch
Hi Again I have finally completed my debugging session and found the problem, the problem was the NTLM authentication, seems like IE needs a handshake from the server when it sends the blank request, as soon as i send the handshake, the original Ajax.Request gets executed again automatically So c

[Proto-Scripty] Re: Prototype Ajax.Request POST failure in Internet Explorer 8

2010-04-21 Thread epoch
Hi Again Just an update, i have done further debugging and have finally found the problem after looking at the request headers with fiddler. the problem is that our system uses LDAP, the server is challenged with WWW-Authenticate at the login page only once. now only in internet explorer if I wai