I would like to use a Sencha Fiddle to test create and update events. I want to investigate, how configuration of the Proxy and format of the response must work together to get successful crud operations.
I thought of creating a Sencha Fiddle and read/write the data to an external webservice, instead of reading it from Mock Data
folder. It looks as there is no way to fetch an external resource from within a fiddle. This fiddle at least doesn't work, it does not make any request (using Chrome DevTools).
Am I seraching in the right direction ? Is ther a way to test Extjs communication with backend without making a full test installation ?