Can't get addzonerecord to work with txt records that includes spaces (such as spf records)
Works fine to add a txt record with txtdata="test" or txtdata="v=spf1-a-~all":
https://server:2087/json-api/addzon...domain.com&class=IN&ttl=300&type=TXT&txtdata="test"
but not "test test" or "v=spf1 a -all":
https://server:2087/json-api/addzon...domain.com&class=IN&ttl=300&type=TXT&txtdata="v=spf1 a -all"
(Same issue with whm api version 0 and 1)
Any ideas what the problem might be?
Works fine to add a txt record with txtdata="test" or txtdata="v=spf1-a-~all":
https://server:2087/json-api/addzon...domain.com&class=IN&ttl=300&type=TXT&txtdata="test"
but not "test test" or "v=spf1 a -all":
https://server:2087/json-api/addzon...domain.com&class=IN&ttl=300&type=TXT&txtdata="v=spf1 a -all"
(Same issue with whm api version 0 and 1)
Any ideas what the problem might be?