<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D50Z00008G7V7rSAFOkta Classic EngineIntegrationsAnswered2024-04-30T09:18:25.000Z2017-08-02T20:47:37.000Z2017-08-02T20:47:37.000Z
CORS request is not working from IE
Hello,

 

I have a CORS request https://mydomain.okta.com/api/v1/users/me that is not working from IE 11.

I receive an error from OKTA:"{\"errorCode\":\"E0000005\",\"errorSummary\":\"Invalid session\",\"errorLink\":\"E0000005\",\"errorId\":\"oaejYY_4GlcSBuGtRxtWOxwPA\",\"errorCauses\":[]}"

 

The same code is working from Chrome and FF. 

Please advise.

 

Thanks,

Anna

  • j5v7c (j5v7c)

    Hello Anna,

     

    Try testing with different security levels / settings in IE.

    And, does the page have any captcha mechanism in-place? GetImage() won't work with CORS

     

    Regards,

    Razvan
    Expand Post
  • AnnaG.59154 (Customer)

    In my case the issue was that the two websites were in different security zones. IE doesn't allow sharing cookies between websites in diffrent zones. Adding Okta to Trusted Sites, solved the issue.
This question is closed.
Loading
CORS request is not working from IE