API HTTP Status
#2026
Replies: 3 comments 3 replies
|
What are you checking? Your supposed to evaluate the JSON response not if the API is alive and responding. Please share what you are using |
2 replies
|
Thanks for asking. The DNS server does not implement REST API. Its a simpler HTTP API which does not alter HTTP response status code but uses
You will see the
Its done to prevent abuse. Imagine having it open on the Internet and someone making use of it to resolve victim's domain names to trigger some kind of amplification attack. |
1 reply
|
OK, so I will use the other HTTP probe with keyword look-up. But thanks for your replies! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I use Uptime-Kuma to monitor my services, and as the latest version of Technitium-DNS added a /api/dnsClient/healthCheck API, I wanted to configure it in U-K. But it seems that API always returns HTTP 200, even on a bad authentication. I expected a HTTP 401 in that case. So I have 3 questions:
Thanks for your amazing product!
All reactions