Question
Specified post send redirect URL not in allowed list
In v6 rest API
I tested agreement view (post)
{
"name": "ALL",
"commonViewConfiguration": {
"autoLoginUser": true,
"noChorome": true,
"postSendOption": {
}
}
}
but I responsed
{
"code": "INVALID_POSTSEND_REDIRECT_URL",
"message": "Specified post send redirect URL not in allowed list - https://127.0.0.1:8080"
}
How do I add the URL to the allowed list?
