@chidiejike Try adding to the headers:
let options = {
"headers": {
"Content-Type": "text/plain",
"Access-Control-Allow-Origin": "*"
}
};
and see if it works.
@chidiejike Try adding to the headers:
let options = {
"headers": {
"Content-Type": "text/plain",
"Access-Control-Allow-Origin": "*"
}
};
and see if it works.