The API offers a pattern for accessing the JSON of a page within my wiki. Indeed it works if I type it into the browser address bar in the most simple of GETs. I would like to incorporate this text into some help area of my website, so I make an AJAX call for it [http://sourceforge.net/rest/p/tradamus/wiki/Welcome].
There appears to be no support for CORS or JSONP (a poor, but widespread backup). Same origin policy prevents me from just GETting it, and not being set up for CORS means I need to build a proxy to access it.
If not this way, is there some other way I should be accessing project information? Is there a plan to enable CORS for at least simple GETs in the future?
Greetings,
This is more of a feature request than a support issue. I have moved this over to feature request.
Thanks
SourceForge Support
Thanks for the attention. I was hoping I was just missing something, but if not, this is a feature request. I set up a proxy, so it is handled in my case.
CORS has been implemented for
sourceforge.net/rest/urls.