Menu

#426 No CORS support for project information?

implemented
nobody
API (2) CORS (1)
2015-07-29
2015-07-07
Patrick
No

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?

Discussion

  • John Barrett

    John Barrett - 2015-07-07

    Greetings,
    This is more of a feature request than a support issue. I have moved this over to feature request.
    Thanks
    SourceForge Support

     
  • Patrick

    Patrick - 2015-07-07

    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.

     
  • Dave Brondsema

    Dave Brondsema - 2015-07-29

    CORS has been implemented for sourceforge.net/rest/ urls.

     
  • Dave Brondsema

    Dave Brondsema - 2015-07-29
    • status: unread --> implemented
    • Category: -->
     

Log in to post a comment.