I tried to configure cors in Azure portal.
I set allowed origins as "https://fott.azurewebsites.net".(I get this URL from OPTION request's Origin field).I also set allowed methods as "GET".
I thought that this setting is enough but it still retrieves 403 error.
"403 CORS not enabled or no matching rule found for this request."
Is there any other things to config for CORS?