spogulis no
https://git.coolaj86.com/coolaj86/acme-dns-01-digitalocean.js.git
synced 2025-06-21 23:36:31 +00:00
400 Bad Request #1
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user
Nav sniegts apraksts.
Dzēst atzaru "%!s()"
Atzara dzēšana ir neatgriezeniska. Kaut arī izdzēstais zars neilgu laiku var turpināt pastāvēt, pirms tas tiešām tiek noņemts, to vairumā gadījumu NEVAR atsaukt. Vai turpināt?
Seeing the following when using greenlock with my digitalocean application:
From what I can tell, the digitalocean api expects
Content-Type: application/json
, notapplication/x-www-form-urlencoded
: https://developers.digitalocean.com/documentation/v2/#create-a-new-domain-recordMaybe we should be using
json
instead ofform
here:Created https://git.coolaj86.com/coolaj86/acme-dns-01-digitalocean.js/pulls/3
Thanks. I'll merge this.
@coolaj86 are you still open to merging my PR?