[Proto-Scripty] HTTP Authentication

2010-05-03 Thread blawson7
Can someone show me or point me in the direction of an example/ tutorial for how to send HTTP authentication information along with POST Ajax Request? I've tried passing them as options --> "username: USER" & "password: PASSWD" Is there something that I'm missing? I am using prototype throughout

[Proto-Scripty] Re: HTTP Authentication

2010-05-04 Thread blawson7
uot;, this.action, false, username, > password); > > All this with javascript pure > > But prototype looks like have a issue two years ago, but it need > testhttps://prototype.lighthouseapp.com/projects/8886/tickets/585-support... > > 2010/5/3 blawson7 > > >