Tagged Questions
1
vote
1answer
189 views
Digest Auth with Zombie.js
I would like to use Zombie.js to connect to a site that uses Digest Auth.
Can I get to the http request headers from the runtime?
Or will I need to patch Zombie to add digest auth support?
4
votes
1answer
4k views
Rails 3 HTTP digest authentication
Is HTTP digest authentication still supported in Rails 3?
I tried the following code in Rails 2.3.5, it works.
class Admin::BaseController < ApplicationController
before_filter :authenticate
...
0
votes
1answer
488 views
digest authentication from silverlight and against a custom store using IIS 6
The server side of the requirement is digest authentication against a custom credential store (ala a membership provider) and on the client side a silverlight application making calls to a RESTful ...