mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: HEAD request not supported #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StrongWind1 on GitHub (Jan 6, 2023).
Originally assigned to: @qdm12 on GitHub.
TLDR: HTTP HEAD requests fail
3fd82ab)I need these enabled for my status checker to report that the website is up and working. Why are HEAD requests disabled? They are smaller then GET requests.
Logs:
Configuration file:
Curl:
XXX@XXX # curl -I http://192.168.X.X:8000
HTTP/1.1 405 Method Not Allowed
Date: Fri, 06 Jan 2023 20:14:29 GMT
Host OS: Debian 11
@qdm12 commented on GitHub (Jan 8, 2023):
There is no web API for now, subscribe to #178 😉 For now it's just a web ui served on port 8000.
I'm very much lagging behind on this project so please be patient 🙏