Load AppStore pages on Custom Visual Content

I’m trying to set a Custom Visual that will load a page from the Google Play Store or Apple App Store based on injected parameters.
The injection works fine, yet I’m getting an error: “apps.apple.com refused to connect.” (same with Google Play Store)
Any idea how to get it connected?

Thanks, Yuval

Hello Yuval,

I think its expected behaviour due to sameorigin option by the website - see old post here -Custom visual content wiht URL not working - #2 by Deep

Hope this gives some idea.
Cheers,
Deep

Yeah, looks like it.
OK, I will try to find a workaround.
Thank you @Deep