Good morning!
I'm running a query (via jQuery and Json) in the Mercadobitcoin API, but I always get a return error. Upon inspection, there is a failure by the CORS method. I checked the documentation, there is a warning "the methods have CORS". I searched in several places but I still did not find how to resolve the query without needing something from the server side.
API Doc: link
I'm using a simple query like:
$.get( "http://meusite.com/", function( data )
Could someone give me a light?
Hugs.