Forum Discussion
s_papaioannou
4 years agoFrequent Visitor
React - Embed Power Bi
Hello! Is it possible to embed a power bi report in a React application? We have followed quite a lot documentation procedures on how to embed in our app, but we are getting blocked by CORS Polic...
s_papaioannou
4 years agoFrequent Visitor
I forgot to mention that we tried through Postman too and we succeded in getting a response.
Also, solutions like disabling-web-security, adding extensions to browsers and removing CORS policy from our app, are out of the question.
v-chenwuz-msft
4 years agoCommunity Support
Hi s_papaioannou ,
I think this a problem about HTML protocol.
Cross-Origin Resource Sharing (CORS) is used to permit loading of resources on other origins, such as a domain, protocol, or port, via HTTP headers.
You can refer this link.
https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.