GET メソッドを使用して、thingsboard Restfull Http Api のデータをフェッチする作業を行っていますが、フェッチ データを取得できません。
Response to preflight request doesn't pass access control check:
No 'Access-Control-Allow-Origin' header is present on the requested resource.
Origin 'http://localhost:8888' is therefore not allowed access.
The response had HTTP status code 401.
Angularjs プラットフォームで Thingsboard Api を呼び出しています。このエラーの解決方法。
POST メソッドは正常に動作していますが、thingsboard の GET メソッドでエラーが発生しています。
前もって感謝します!!