CORS request fails in Chrome only if has headers
问题 I'm trying to send simple CORS request to external application server which uses session key for authorization. $.ajax({ type: "GET", url: "https://192.168.1.72:8442/api/file/", headers: {"Authorization": "3238562439e44fcab4036a24a1e6b0fb"} }); It works fine in Firefox 18, Opera 12.12 and Rekonq 2.0 (uses also WebKit) but doesn't work in Google Chrome (tried versions 21 and 24). In Google Chrome it shows OPTIONS Resource failed to load in Network Inspector and application server doesn't get