-
```
Add DIGEST authentication support
```
Original issue reported on code.google.com by `alex.she...@gmail.com` on 14 Mar 2011 at 12:23
-
```
Add DIGEST authentication support
```
Original issue reported on code.google.com by `alex.she...@gmail.com` on 14 Mar 2011 at 12:23
-
The IP Camera I have doesn't send me the fmtp attribute, so I face the missing attribute fmtp error.
Also, must send digest authentication information in sdp from the client to the RTSP server.
How …
-
Hi all!
I need to communicate with some products that have an API that support *only* `HTTP Digest authentication`, I mean, they do not support `HTTP Basic authentication` and it is not possible to…
-
As a user of Thunderbird (and thus Thunderbird's Lightning extension), I want to be able to use cyrus-imapd CalDAV as my calendar server.
### How to reproduce
1. Setup an nginx HTTPS server with…
-
**Describe the issue**
I'm facing several issues trying to push large files to a Github repository behind a corporate proxy.
The issue started when I added Git LFS to my repository. Before, I was ab…
-
# New report:
Http.rb does not currently support digest authentication out of the box, e.g. https://www.ietf.org/rfc/rfc2617.txt
It would be a really welcome addition as the current workaround (…
-
Hello,
I'd like to use this provider as a configuration tool for Datadog integration in Mongo Atlas project. The Atlas' REST API requires Digest Authentication.
It would be useful to be able to pr…
-
```
Facebook requires DIGEST-MD5 authentication for their Jabber interface to
chat. This is not currently implemented in m-im.
Included is a patch that detects whether the server support DIGEST-MD5.
…
-
This is a great library, but I need HTTP Digest Authentication. I'm thinking of writing a patch to support it. Any thoughts?