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
Some newsletter subscriptions are arriving with a URL-quoted source, such as:
https%3A%2F%2Fsnippets.mozilla.com%2Fshow%2F6261
CTMS rejects these with a validation error (status code 422).
These strings can be converted to a valid URL with urllib.parse.unquote. If it can't be fixed upstream, these quoted strings could be detected and converted in basket.news.backends.ctms.to_vendor.
The text was updated successfully, but these errors were encountered:
Some newsletter subscriptions are arriving with a URL-quoted source, such as:
CTMS rejects these with a validation error (status code 422).
These strings can be converted to a valid URL with
urllib.parse.unquote
. If it can't be fixed upstream, these quoted strings could be detected and converted inbasket.news.backends.ctms.to_vendor
.The text was updated successfully, but these errors were encountered: