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 regi...