W
whenshaw
Guest
Hi Teppo, Please use the Network tab of the debugger to capture the request and response headers for: 1. the POST of j_spring_security_check (that is the login) 2. the GET of hhMobileService.json and post them to this thread. You can get the headers by: 1. right-click on the j_spring_security_check request and choose "Copy request headers" 2. paste that 3. right click again and choose "Copy response headers" and paste that. 4. Repeat the above for the GET of the catalog. Alternatively, you could use Fiddler to save the network traffic to a .saz file and attach that. Regards, --Wayne
Continue reading...
Continue reading...