Remote page is not allowed
AnsweredHi guys
When posting to the API endpoint "/createMessage" the message goes through perfectly and is received BUT the response always comes back with a warning "Remote page is not allowed" which is obviously to do with the remote_page parameter.
{"status_code":200,"status_message":"OK","response":{"Messages":["xxxxxxx"],"Warnings":["Remote page is not allowed"]}}
This is the json I am sending
var obj = new
{
request = new
{
application = "xxxxxx",
auth = "xxxxxx",
notifications = new[] {new
{
send_date = "now",
ignore_user_timezone = true,
content = "Hello this is a test,
remote_page = "http://google.com",
devices = new string[] {
"xxxxxx"
}
}}
}
};
Does anyone know what the issue could be and why we can't use remote_page
Thanks in advance!
Please sign in to leave a comment.
Comments
2 comments