Re: [Proto-Scripty] HTTP Authentication

2010-05-04 Thread Miguel Beltran R.
Googling http://www.peej.co.uk/articles/http-auth-with-html-forms.html specialy the line this.http.open("get", this.action, false, username, password); All this with javascript pure But prototype looks like have a issue two years ago, but it need test https://prototype.lighthouseapp.com/projec

[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