We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to create an MX record with record content 10 $url., which deSEC consideres invalid, the error message is less specific than it should be:
MX
10 $url.
http POST https://desec.io/api/v1/domains/parse-test.dedyn.io/rrsets/ \ Authorization:"Token $TOKEN" subname="" type="MX" \ records:='["10 $url."]' ttl:=300 HTTP/1.1 400 Bad Request # [...] { "non_field_errors": [ "Cannot parse record contents: invalid exchange: \\$url." ] }
Specifically, the error should be a records error and not a non_field_error.
records
non_field_error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to create an
MX
record with record content10 $url.
, which deSEC consideres invalid, the error message is less specific than it should be:Specifically, the error should be a
records
error and not anon_field_error
.The text was updated successfully, but these errors were encountered: