I need to authenticate against a (yes old) http1.1 Digest Auth server. I cannot find any information for ESP32 apart, of course, doing all the code from scratch, that is reading the headers, calculating MD5, etc.
Describe the solution you'd like
For bad and old it is, still this auth method is widely used in the PTZ/IP camera world, so it would be nice to have a working example.
Describe alternatives you've considered
As mentioned, reading headers and writing the auth protocol from scratch, if I ll ever come up with something decent, I would offer to upload an example to the library.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
[X] I confirm I have checked existing list of Feature requests and Contribution Guide.
Related area
Http client
Hardware specification
ESP32 in general
Is your feature request related to a problem?
I need to authenticate against a (yes old) http1.1 Digest Auth server. I cannot find any information for ESP32 apart, of course, doing all the code from scratch, that is reading the headers, calculating MD5, etc.
Describe the solution you'd like
For bad and old it is, still this auth method is widely used in the PTZ/IP camera world, so it would be nice to have a working example.
Describe alternatives you've considered
As mentioned, reading headers and writing the auth protocol from scratch, if I ll ever come up with something decent, I would offer to upload an example to the library.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide