Forum Discussion
vignesh-490
5 years agoFrequent Visitor
Power BI Embed
After embedding the Iframe in our application . We don't have any controlables over iFrame. We are not able to get any values from iframe dropdown "getting blocked by cross origin frame " in java sc...
v-xulin-mstf
5 years agoCommunity Support
Hi vignesh-490,
Your error is expected if your page and Forms are using different domains.
For the same-origin policy browsers block scripts trying to access a frame with a different origin.
You can refer this similar post, hope it helps!
Best Regards,
Link
Is that the answer you're looking for? If this post helps, then please consider Accept it as the solution. Really appreciate!