Re: [Pdns-users] 405 Method Not Allowed error returned from zone update HTTP PATCH method against JSON REST API

2015-02-03 Thread Jordan Rieger
Running the HTTP request in an outside tool, rather than my own code, was the key to debugging it. It looks like the problem was caused by an issue in an HTTP helper method on my end. I thought I was setting the HTTP verb to "PATCH" but my helper method was actually overwriting it with "POST", a

Re: [Pdns-users] 405 Method Not Allowed error returned from zone update HTTP PATCH method against JSON REST API

2015-02-03 Thread Christian Hofstaedtler
Hi! > On 03 Feb 2015, at 00:26, Jordan Rieger wrote: > I'm writing code to interface with the HTTP JSON REST API of a PowerDNS 3.4.1 > authoritative server with a MySQL backend. [..] > I tried increasing the server log level to 9 (the maximum), and I see my > request in the log, but it only

[Pdns-users] PowerDNS Authoritative Server 3.4.2 Released

2015-02-03 Thread bert hubert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Warning: Version 3.4.2 of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x. Additionally, if you are coming from any 3.x version (including 3.3.1), there is a mandatory SQL schema upgrade. Please refer to the Upgrade