Re: CORS issue with Tomcat and Android Webview

2014-04-25 Thread Ankit Singhal
On Sat, Apr 26, 2014 at 12:53 AM, Terence M. Bandoian wrote: > On 4/24/2014 11:16 PM, Ankit Singhal wrote: > >> Hi >> >> I did more research on this and figure out the issue.If you see the >> headers >> from Android and look into Origin Header. >> >>

Re: CORS issue with Tomcat and Android Webview

2014-04-24 Thread Ankit Singhal
. Bandoian : >> >>> On 4/22/2014 1:37 PM, Jose MarĂ­a Zaragoza wrote: >>> >>>> -- Forwarded message -- >>>> From: Terence M. Bandoian >>>> Date: 2014-04-22 20:12 GMT+02:00 >>>> Subject: Re: CORS issue with Tomcat

Re: CORS issue with Tomcat and Android Webview

2014-04-22 Thread Ankit Singhal
Also we tried to give the same call from Android App to some different Node server and things worked fine. So it seems some problem with Tomcat only. On Tue, Apr 22, 2014 at 9:22 PM, Ankit Singhal wrote: > Hi All > > > > I am facing a strange problem with Tomcat 8 and CORS. I

CORS issue with Tomcat and Android Webview

2014-04-22 Thread Ankit Singhal
Hi All I am facing a strange problem with Tomcat 8 and CORS. I am developing a Hybrid web app using ionicframework, AngularJS, Cordova as front end and Tomcat 8 and Spring 3 as back-end. For easy development I am testing the functionality in chrome , where things are working fine. I added COR