While the fiddle might use Ajax requests jsFiddle will read them and send using the right MIME type.
It is important to have gist responses prepared for jsFiddle.
- fiddle.response.html
- fiddle.response.json
- fiddle.response.xml
URL: /gh/get/response.{extension}/{gist_id}/ where:
Note
There is no JSONP functionality provided. One may achieve it using raw gist URL.
Content of the http://gist.github.com/raw/606699/fiddle.response.html will be returned with text/html MIME type if this url will be loaded http://jsfiddle.net/gh/gist/response.html/606699/ using Ajax request.
Here it is working within the jsFiddle