Page 1 of 2
remove scheduled push notification illegal character in path
Posted: Thu Jan 21, 2016 7:58 pm
by Ben Walker
I have tried creating a REST to delete a scheduled notification. I used the path https://appery.io/bksrv/rest/push/adm... as specified in the instrucations. I then created a parameter pushId.
When I test the REST though, I get the "illegal character in path" error message.
remove scheduled push notification illegal character in path
Posted: Thu Jan 21, 2016 8:03 pm
by Ben Walker
And the console, when I try to run it anyway, has :
XMLHttpRequest cannot load https://appery.io/bksrv/rest/push/adm..... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://appery.io' is therefore not allowed access.
remove scheduled push notification illegal character in path
Posted: Fri Jan 22, 2016 12:31 pm
by Serhii Kulibaba
Hello Ben,
Can you provide more details, screenshots or exact steps to reproduce this problem? Where do you test it?
remove scheduled push notification illegal character in path
Posted: Tue Jan 26, 2016 9:23 pm
by Ben Walker
Hi, the steps followed are exactly those in the push notification tutorial.
I tested it using the "test" area where you set up the service (see below).
remove scheduled push notification illegal character in path
Posted: Tue Jan 26, 2016 9:24 pm
by Ben Walker
remove scheduled push notification illegal character in path
Posted: Tue Jan 26, 2016 9:24 pm
by Ben Walker
remove scheduled push notification illegal character in path
Posted: Tue Jan 26, 2016 9:24 pm
by Ben Walker
remove scheduled push notification illegal character in path
Posted: Tue Jan 26, 2016 9:25 pm
by Ben Walker
I also ran it in a browser (the console gave the error message detailed in my first post) and I ran it natively on an iphone - but no push notifications were deleted.
remove scheduled push notification illegal character in path
Posted: Thu Jan 28, 2016 5:38 pm
by Serhii Kulibaba
Please change to the real ID in service's URL
remove scheduled push notification illegal character in path
Posted: Sat Jan 30, 2016 8:14 pm
by Ben Walker
I have done that, still doesn't work. Additionally, I don't think it's a substitution issue... when I test the service in my browser, I get this error message:
It looks like the substitution for the push ID has been made correctly... so something else is wrong?