Hi,

is there any possibility to access dbpedia from another domian?

This code snippet does not work, because the dbpedia server does not
support Access-Control-Allow-Origin in the response header:

    var req = new XMLHttpRequest();
    req.open("GET", "http://dbpedia.org/sparql";);
    req.send();

If you know any possibility to make this work (beside implementing a
severside proxy script) I'd be very pleased to hear.

Cheers,
Manuel



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to