[Proto-Scripty] How do use digest authentication

2009-03-03 Thread oddvark
Hello, I'm communicating to a webserver that uses digest authentication and want to know how to setup the user name and password on the client. I'm currently using the prototype Ajax.Request object. I couldn't find any resources regarding this on the web. If you know where to find this informat

[Proto-Scripty] How to match requests and responses

2009-05-01 Thread oddvark
Hey I have a situation where the user might make a number of requests before individual responses come in. I'd like to make it so that if the user makes a second request before the first one comes it, it cancels or ignores the first one.I thought of something like this: currentRequest = new