Getting error like "No Access-Control-Allow-Origin header is present on the requested resource"

Getting error like “No Access-Control-Allow-Origin header is present on the requested resource”.
Can you provide solution to avoid this.

Thankyou,

Issue solved after placing the REST API call code in Meteor.methods({}) server side and called from client side.
But Please let me know if you have solution how to solve it by placing same code at client side.

You have to configure CORS in your rest api system: http://enable-cors.org/