Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
18887690
Topic
567730
Board
Service Announcements (Altcoins)
Re: Whattomine - profitability website with basic json.
by
McFog
on
05/05/2017, 19:44:36 UTC
Quote from: fredeq on May 05, 2017, 06:57:28 PM
Quote from: McFog on May 05, 2017, 06:21:37 PM
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.