I am developing a web application using ReactJS and multichain-node javascript node module. When I am trying to call my Multichain back end from browser based application I am getting following error.:
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. The response had HTTP status code 502. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Kindly help.