I am writing application in Angular 5.
When I try to send request:
this.httpClient.post("https://api.textlocal.in/send/", new Message(this.apiKey, "xxxxxxxxx", "TEST", "SOIS_App")
I get:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.textlocal.in/send/. (Reason: missing token ‘access-control-allow-headers’ in CORS header ‘Access-Control-Allow-Headers’ from CORS preflight channel).
How can I get CORB when I am sending request form my computer to https://api.textlocal.in ??