Github API and Access-Control-Allow-Origin
问题 this probably is a simple (series of) question(s) but I can't wrap my head around it. I'm trying to access the github api from a web app hosted on my site. This is the code in a nutshell: <!DOCTYPE html> <html> <head> <style>p { color:red; }</style> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> $(document).ready(function () { $.ajax( {url :'https://api.github.com/repos/janesconference/kievIIPlugins/commits', dataType: "json", cache: false, success: function (data,