Re: CORS issue with Tomcat and Android Webview

2014-04-26 Thread Ankit Singhal
On Sat, Apr 26, 2014 at 12:53 AM, Terence M. Bandoian tere...@tmbsw.comwrote: 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. Origin: file:// Tomcat CORS filter tries

Re: CORS issue with Tomcat and Android Webview

2014-04-24 Thread Ankit Singhal
@tomcat.apache.org On 4/22/2014 11:03 AM, Ankit Singhal wrote: 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. A silly question: What does it have to do Tomcat's CORS support with W3C

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

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 ankising...@gmail.comwrote: Hi All I am facing a strange problem with Tomcat 8 and CORS. I am