RE: CORS, Azure, Chrome desktop and mobile

2015-10-13 Thread Adrian Halid
: Tuesday, 13 October 2015 2:08 PM To: Thomas Koster <tkos...@gmail.com> Cc: ozDotNet <ozdotnet@ozdotnet.com> Subject: Re: CORS, Azure, Chrome desktop and mobile Firstly, thanks again to everyone who has taken the time to look at this. Yes, it turns out that it is a firewall issu

RE: CORS, Azure, Chrome desktop and mobile

2015-10-13 Thread David Burstin
> ozdotnet-boun...@ozdotnet.com] *On Behalf Of *David Burstin > *Sent:* Tuesday, 13 October 2015 2:08 PM > *To:* Thomas Koster <tkos...@gmail.com> > *Cc:* ozDotNet <ozdotnet@ozdotnet.com> > *Subject:* Re: CORS, Azure, Chrome desktop and mobile > >

Re: CORS, Azure, Chrome desktop and mobile

2015-10-13 Thread David Burstin
Firstly, thanks again to everyone who has taken the time to look at this. Yes, it turns out that it is a firewall issue. :( So, given that having a web page talk to a web service at a different origin is not a crazy or unusual situation, how do you guys deal with this? How do you make the web

Re: CORS, Azure, Chrome desktop and mobile

2015-10-13 Thread Nelson
as you see from the responses for the thread, all of us are working just fine. if its the network admin's decision to intentionally block web requests then its their issue, not developers'. Your app is fine. time to throw the ball - there is nothing you can do as a developer around specific

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread David Burstin
Here is mine on Chrome 45, Windows 7: [image: Inline images 1] There should be a list of items on the page. Note the error message in chrome tools. On 13 October 2015 at 14:46, Nelson wrote: > Works for me - win7 chrome 45 > > details on how to trigger the error

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread Thomas Koster
On 13 October 2015 at 15:39, David Burstin wrote: > My response headers don't have "Access-Control-Allow-Origin". Any ideas > why? (I am about to hit google) On 13 October 2015 at 16:11, Thomas Koster wrote: > Are you using a proxy, firewall or

RE: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread ILT
Sent: Tuesday, October 13, 2015 2:58 PM To: ozDotNet Subject: Re: CORS, Azure, Chrome desktop and mobile Here is mine on Chrome 45, Windows 7: Inline images 1 There should be a list of items on the page. Note the error message in chrome tools. On 13 October 2015 at 14:46, Nelson

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread David Burstin
Thanks Thomas. Definitely not a plugin, possibly a proxy or firewall issue. I will talk to the guys here who know more about this than me. On 13 October 2015 at 16:11, Thomas Koster wrote: > On 13 October 2015 at 15:39, David Burstin > wrote: > >> My

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread Nelson
Works for me - win7 chrome 45 details on how to trigger the error maybe? or attach your error log On 13 October 2015 at 14:42, David Burstin wrote: > Hi folks, > > I have a web site on Azure and it utilizes a web api on Azure. I believe > that I have set up CORS

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread Thomas Koster
On 13 October 2015 at 15:39, David Burstin wrote: > My response headers don't have "Access-Control-Allow-Origin". Any ideas > why? (I am about to hit google) > Are you using a proxy, firewall or browser plugin that is removing them? If you suspect this, try HTTPS

Re: CORS, Azure, Chrome desktop and mobile

2015-10-12 Thread David Burstin
ay, October 13, 2015 2:58 PM > *To:* ozDotNet > *Subject:* Re: CORS, Azure, Chrome desktop and mobile > > > > Here is mine on Chrome 45, Windows 7: > > > > [image: Inline images 1] > > > > There should be a list of items on the page. Note the error message in