mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
esp_http_client: Disable HTTP digest auth by default
This commit is contained in:
@@ -16,7 +16,7 @@ menu "ESP HTTP client"
|
|||||||
|
|
||||||
config ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH
|
config ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH
|
||||||
bool "Enable HTTP Digest Authentication"
|
bool "Enable HTTP Digest Authentication"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
This option will enable HTTP Digest Authentication. It is enabled by default, but use of this
|
This option will enable HTTP Digest Authentication. It is enabled by default, but use of this
|
||||||
configuration is not recommended as the password can be derived from the exchange, so it introduces
|
configuration is not recommended as the password can be derived from the exchange, so it introduces
|
||||||
|
Reference in New Issue
Block a user