Async requests

To improve user experience Echo features has been created. This allows to test asynchronous requests, add javascript files, create workers - all from one fiddle, so it is more transparent for the user reading the code.

Asynchronous requests are split to HTML, JSON, JSONP and XML. Gist and github responses are similar to the echo feature and go nicely in pair with storing fiddles in gist and github.

HTML

URL: /echo/html/

Data has to be provided via POST.

JSON

Data has to be provided via POST.

URL: /echo/json/

[Missing embed]

JSONP

Data has to be provided via GET. JSFiddle will respond all data given in request. It uses URL with host and protocol as it’s loaded from different domain. callback and delay will not be returned.

URL: https://jsfiddle.net/echo/jsonp/

[Missing embed]

XML

Data has to be provided via POST

URL: /echo/xml/

[Missing embed]

Last updated