0
Good morning!
I am performing a query (via jQuery and Json) in the Mercadobitcoin API, but always get an error in return. When inspecting, it is said that there is a fault by the CORS method. I checked the documentation, there’s a "methods have CORS" warning. I looked in several places but still not found how to solve the query without needing something on the server side.
Doc from the API: https://www.mercadobitcoin.com.br/api-doc/
I’m using a simple query like:
$.get( "http://meusite.com/", function( data )
Someone could give me a light?
Hugs.