Avatar

Level 1

Hi @Jonathon_wodnicki,

 

our tracking server is exposed to the internet and when app registration request comes it is redirected to the app server (registerAndroid.jssp).

This is suggested by Adobe consultant. 

 

Point here is that request is sent from SDK library with JSON parameters by default and .jssp page is returning an error but when we hit our endpoint from SOAP UI with Content-Type: application/x-www-form-urlencoded it is working fine and record is stored in AC table. 

 

The problem is that the request is sent out from the SDK library so we don’t have any control to set the content type in the request header. 

I just need to know if .jssp page cannot handle JSON parameters. I did not find any JSON.stringify() inside and it is not allowed to change this page.

 

Regards,

Milan