Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: HEAD request not supported #409

Closed
StrongWind1 opened this issue Jan 6, 2023 · 1 comment
Closed

Bug: HEAD request not supported #409

StrongWind1 opened this issue Jan 6, 2023 · 1 comment
Assignees

Comments

@StrongWind1
Copy link

TLDR: HTTP HEAD requests fail

  1. Is this urgent: No
  2. DNS provider(s) you use: N/A
  3. Program version: latest built on 2022-12-14T20:23:40Z (commit 3fd82ab)
  4. What are you using to run the container: docker-compose
  5. Extra information (optional):
    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:

2023/01/06 20:03:56 "HEAD http://192.168.X.X:8000/ HTTP/1.1" from 172.17.0.1:38214 - 405 0B in 13.137µs
2023/01/06 20:05:02 "HEAD http://192.168.X.X:8000/ HTTP/1.1" from 172.17.0.1:42664 - 405 0B in 6.462µs

Configuration file:

{
    "settings": [
      {
        "provider": "duckdns",
        "host": "XXX",
        "token": "XXX",
        "ip_version": "ipv4",
        "provider_ip": false
      }
    ]
}

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
Copy link
Owner

qdm12 commented 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 🙏

@qdm12 qdm12 closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants