Retrieving data from wix

@chidiejike Try adding to the headers:

let options = {
    "headers": {
      "Content-Type": "text/plain",
	"Access-Control-Allow-Origin": "*"
    }
  };

and see if it works.