How to avoid WebTableControl CORS problem

Delphi 10.4.1
WebCore 1.6.2.0

I'm running a test to load a JSON file as per the TMSWeb_TableControl demo.

When I perform:

  WebTableControl1.LoadFromJSON('https://eraseme.mydomain.ca/assets/data/webdata.json');

I receive:

I don't see a way to add to headers to try the no-cors trick.

What are my options to avoid this?

Thx
EdB

Argh - never mind: my site is on a shared server - I'll never get CORS set appropriately for this...

EdB