I\'m using CORS to fetch some data from an API. All was working well until Chrome update launched a day ago.
Now after an OPTIONS request the subsequent request always r
I know this is not a solution (do not upvote), but right click the OPTIONS XHR and REPLAY XHR. It will resend the Ajax call and now there will be an answer.
I presume there is some async issue with the plugin.