We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e14a07 commit b1d1e70Copy full SHA for b1d1e70
dnsapi/dns_acmedns.sh
@@ -71,7 +71,7 @@ dns_acmedns_add() {
71
data="{\"subdomain\":\"$ACMEDNS_SUBDOMAIN\", \"txt\": \"$txtvalue\"}"
72
73
_debug data "$data"
74
- response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST")"
+ response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST" "application/json")"
75
_debug response "$response"
76
77
if ! echo "$response" | grep "\"$txtvalue\"" >/dev/null; then
0 commit comments