Skip to main content
Participant
January 22, 2024
Question

Specified post send redirect URL not in allowed list

  • January 22, 2024
  • 0 replies
  • 232 views

In v6 rest API 

I tested agreement view (post)

 

{
    "name": "ALL",
    "commonViewConfiguration": {
        "autoLoginUser": true,
        "noChorome": true,
        "postSendOption": {
            "redirectUrl": "https://127.0.0.1:8080"
        }
    }
}

 

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?
This topic has been closed for replies.