Dear Experts, I have successfully implemented the SMP Kapsel Push Notification & I can send Push notification to the particulat user id using the URL-
<smpserver>/restnotification/application/<application id>/<user id>
Above is not working when user id is having '\' character. Basically, our SMP is authenticating user against AD server & user is passing user ID as 'Domain\user id' & users are registered on SMP with 'Domain\userid'. But whenever I am trying to send push notification, its giving error-
I tried below format
<smpserver>/restnotification/application/<application id>/Domain\userid (returns 404)
also tried encoding format
<smpserver>/restnotification/application/<application id>/Domain%5Cuserid (returns 400)
Please help how to send push notification to the user in this case.
Thanks for your help!
Regards,
Krishna