Error while making an API request in Outlook add-in

0

I am working on a Outlook add-in (JS add-in with Yeoman Generator) which fetches the data from an API and show it in a task pane.

I am able to get the response from one of the API, but for the other I am getting the below error in Outlook Client and as well as in OWA in IE. But it works well in OWA in Chrome.

SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.

taskpane.html

I have added all the domains in AppDomains list in the manifest. CORS is also enabled on the backend server.

Is there any additional configuration to be done ?

office-js
outlook-web-addins
asked on Stack Overflow Jun 15, 2020 by AhmedVali

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0