- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
The content-type encoding is used by Tomcat to specify which processing it should perform on the request, e.g. make kv pairs available in a parameters object. If you wish to change the request serialization from form to json, you'll have to change both sides, app and jssp.
NB For push token registration the approach you're describing sounds extra unusual. Normally token reg is the domain of the app signup flow, copied into Campaign via standard etl. In unusual circumstances, the sdk is used for registration directly with Campaign app servers, now exposed to the public internet with limited ootb ability to handle high volume, and with a new outbound etl needed to export the data out. The sdk ships with a jssp (and a workflow to expire unregistered tokens) for a turnkey solution, which shouldn't have to be rewritten?
Thanks,
-Jon
Views
Replies
Total Likes