Post
Topic
Board Service Announcements (Altcoins)
Re: Whattomine - profitability website with basic json.
by
McFog
on 05/05/2017, 19:44:36 UTC
Is it possible to enable cross domain requests in your server?
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Access-Control-Allow-Origin
or at least enable jsonp support?
May be it is already implemented for logged in users...
unfortunately I hadn't found any docs describing this api.

What exactly are you trying to do that you need this enabled?
Http request from browser.
Browsers have internal security rules and it is not possible to make cross domain request without access/approve from server-side.