Re: CORS test status

On 9/25/12 2:15 PM, Toni Ruottu wrote:
> What is the expected behaviour?

Of browsers, or the server?

The expected behavior of a server that wants to allow the main request 
is to reply to the preflight with relevant Access-Control-Allow-Origin 
headers and such.

The expected behavior of browsers when a server does not do that is to 
not do the main request.  Which is what they're doing.

-Boris

Received on Tuesday, 25 September 2012 18:21:53 UTC