mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[http_request] allow basic auth for idf (#7086)
This commit is contained in:
		| @@ -52,6 +52,7 @@ std::shared_ptr<HttpContainer> HttpRequestIDF::start(std::string url, std::strin | |||||||
|   config.timeout_ms = this->timeout_; |   config.timeout_ms = this->timeout_; | ||||||
|   config.disable_auto_redirect = !this->follow_redirects_; |   config.disable_auto_redirect = !this->follow_redirects_; | ||||||
|   config.max_redirection_count = this->redirect_limit_; |   config.max_redirection_count = this->redirect_limit_; | ||||||
|  |   config.auth_type = HTTP_AUTH_TYPE_BASIC; | ||||||
| #if CONFIG_MBEDTLS_CERTIFICATE_BUNDLE | #if CONFIG_MBEDTLS_CERTIFICATE_BUNDLE | ||||||
|   if (secure) { |   if (secure) { | ||||||
|     config.crt_bundle_attach = esp_crt_bundle_attach; |     config.crt_bundle_attach = esp_crt_bundle_attach; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user