You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to create advert with field in TXT part, that have a dot inside, it separates in several fields.
Creating:
...
txt: {
api_proto: protocol,
api_ver: 'v1.0',
// deprecated
pri: paramsPriority
}
...
When I'm trying to create advert with field in TXT part, that have a dot inside, it separates in several fields.
Creating:
...
txt: {
api_proto: protocol,
api_ver: 'v1.0',
// deprecated
pri: paramsPriority
}
...
Result:
txt: [
"api_proto=http",
"api_ver=v1",
"0",
"pri=100"
]
I've tried to put escape character \ before dot ( api_ver: 'v1.0', ) but result is the same.
The text was updated successfully, but these errors were encountered: