Open thorinman opened 1 year ago
Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (http
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
http documentation http source (message by IssueLinks)
What I did as a workaround is that I base64 encoded the query parameter and then in the Webhook handling automation I decode it back. In your case {{subject | base64_encode}}
and {{subject | base64_decode}}
. Not sure why these base64 filters are not documented though.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Still an issue in 2024.3.0.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue in 2924.9.1.
The problem
Some webhooks are being filtered. I use an ios automation to get my location an generate an email with the weather forecast for that day. It uses a webhook to pass the information to my HA server to generate the email. Since core version released around April of 2023 (sorry I don't know the exact version) they have been filtered by HA while other webhooks with different encoded text payloads do not. A same filtered request is below. The URL encoded text is:
Subject: Clear 54°F / 80°F 0%
Body: Today's forecast is Clear with a 0% chance of rain.
With a low of 54°F and a high of 80°F
What version of Home Assistant Core has the issue?
2023.11.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Webhook Relay
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response