I have needed access to server with digest authentication, but I not found C++ interface for this.
I have written patch for carriageParm_curl0, that added setDigestAuth method, analog setBasicAuth methen.
I have added equivalent function for Release 1.14. The difference is that it is modelled after the C interface (methods setUser(), allowAuthDigest(), etc.). Subversion change 1313 in trunk/ directory does this and may be applicable to older releases.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
C++ interface for curl digest auth
Logged In: YES
user_id=29357
Originator: NO
I have added equivalent function for Release 1.14. The difference is that it is modelled after the C interface (methods setUser(), allowAuthDigest(), etc.). Subversion change 1313 in trunk/ directory does this and may be applicable to older releases.