URGENT:I want to render an table an url link hosted in an AZure in xwiki

Hey Guys ,

Im currently facing a challenge with embedding an HTML table from my Flask application hosted on Azure into XWiki. Every attempt to display the URL of my Azure-hosted app results in a “refused to connect” error. Any insights or guidance on resolving this issue would be greatly appreciated.

here is an example of how i am doing this.

{{html clean=“false”}}
{{velocity}}
{{html wiki=true}}

$xwiki.parse("{{url/for/your/flask/route}}").content
{{/html}}
{{/velocity}}

this is what i get
image