User-939850651 posted
Hi fazioliamboina,
First, I'm not sure if you set the wrong, extra "-" symbol in the label properties.
<Object data-="http://blazorapp.com"/>
Second, you can't fetch insecure (http) resources from a secure (https) origin. It's called mixed-content and browsers block it for security reasons. You will see the following error message in the browser console.
This request has been blocked; the content must be served over HTTPS.
You could also refer to
Mixed content for more details.
You may see other error messages in the browser console. Can you provide more details?
Best regards,
Xudong Peng