esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 35 forks source link

http_request automations do not support digest authentication #3679

Open ashp8i opened 1 year ago

ashp8i commented 1 year ago

The problem

on_...:
  - http_request.post:
      url: https://esphome.io
      headers:
        Content-Type: application/json
      json:
        key: value
      verify_ssl: false
  # Short form
  - http_request.post: https://esphome.io

do not support digest authentication

Which version of ESPHome has the issue?

2022.9.4 or any release that supports http_request

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2022.10.3

What platform are you using?

ESP32

Board

Shelly Plus i4 (ESP32-U4WDH)

Component causing the issue

Web Server

Example YAML snippet

No response

Anything in the logs that might be useful for us?

I get a 401 on any node where I have enabled authentication, works fine on nodes which do not require web server authentication.

Additional information

No response

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ashp8i commented 1 year ago

Please do not close this no one has looked at this closely