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
i have noticed that the dashboard desnot send the JSON push notificaiton correctly
when i try to send JSON like
{
"alert": "test ",
"url": "http://ikhair.net" }
from the dashboard , i am not receiving any thing , while from rest api it works with no issue
the only deference in posted Rest request from dashboard vs the Manuel REST call is the content type
, on dashboard its always 'text/plain' even if JSON option is selected on the text box .
while with direct RESTAPI the 'content-type': 'application/json',
Note :sending text only push from dashboard works with no issue
The text was updated successfully, but these errors were encountered:
Hello
i have noticed that the dashboard desnot send the JSON push notificaiton correctly
when i try to send JSON like
{
"alert": "test ",
"url": "http://ikhair.net" }
from the dashboard , i am not receiving any thing , while from rest api it works with no issue
the only deference in posted Rest request from dashboard vs the Manuel REST call is the content type
, on dashboard its always 'text/plain' even if JSON option is selected on the text box .
while with direct RESTAPI the 'content-type': 'application/json',
Note :sending text only push from dashboard works with no issue
The text was updated successfully, but these errors were encountered: