SSL + Basic Auth

2007-09-02 Thread Aaron Dalton
I am trying to setup a RESTful web service where GET is open to all but POST, PUT, and DELETE are restricted to authorized users. I have a database of users that is checked using Basic Auth. So far, so good. I *also* want to make it possible to issue certificates (from a home-rolled CA) to

SSL + Basic Auth

2007-07-25 Thread Aaron Dalton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to setup a RESTful web service where GET is open to all but POST, PUT, and DELETE are restricted to authorized users. I have a database of users that is checked using Basic Auth. So far, so good. I *also* want to make it possible to