From: Christian Hofstaedtler Date: Fri, 2 Sep 2016 20:05:05 +0000 (+0200) Subject: Update httpapi README X-Git-Tag: dnsdist-1.1.0-beta2~143^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4408%2Fhead;p=thirdparty%2Fpdns.git Update httpapi README --- diff --git a/docs/markdown/httpapi/README.md b/docs/markdown/httpapi/README.md index 9a40eebe7b..b170a5a125 100644 --- a/docs/markdown/httpapi/README.md +++ b/docs/markdown/httpapi/README.md @@ -4,8 +4,9 @@ PowerDNS API PowerDNS features a built-in API. For the Authoritative Server, starting with version 3.4, for the Recursor starting with version 3.6. -The released versions use the standard webserver password for authentication, -while newer versions use a static API key mechanism (shown below). +In 3.x, all of the API was considered experimental and authentication +initially used the standard webserver password. On 4.x, a static API key +is used (see below). Try it ------