xp-framework / http

HTTP protocol support for the XP Framework
2 stars 2 forks source link

Implement HTTP Digest Authentication - RFC 2617 #9

Closed kiesel closed 9 years ago

kiesel commented 9 years ago

This adds capability to respond to HTTP Digest Authentication challenge; at the same time, does the following:

With the capabilities in place, you still need to handle HttpConnection properly to make it talk HTTP digest, ie. it will not automatically re-try HTTP requests with credentials if responded to with a HTTP 401 status code.