I have an angular app sending http post request to Azure apim.
It works fine in Chrome and FF but fails in IE 11. I have looked at other solutions but nothing worked.
CORS policy is set to allow all header and all methods.
I am getting this kind of error in IE network TAB. SCRIPT7002: XMLHttpRequest: Network Error 0x2efd, Could not complete the operation due to error 00002efd.
I see GET request with 200 instead of POST, also there is nothing in the request and response headers.