Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you are interested in the JSON response of the MVC UI, then you can do the following:

Expand
titleReceive Retrieve JSON Response In Chrome

When a flow is started, press F12 to start DevTools. Click Network, XHR. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

 

Expand
titleRetrieve JSON Response in Firefox

Install the Firebug extension for Firefox. When a flow is started, press F12 to start FireBug. Click Network, XHR. To start clean, press Clear. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

 

Recompose page

This menu will recompose the page. Combined with reload current project this will allow you to quickly test small changes to your model.

...