You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small usability improvement:
In Network panel, there is a useful feature "Make request", but its a bit not user friendly - as you need to copy/paste headers and request URL to repeat request that have been sent previously, during same session.
Would have been nice, if we could have been able to click a button "repeat this request" in a "Network log" sub-tab. (Or a dropdown list, with all recent requests)
Use case: request simply timed-out, because dev server is experiencing difficulties. One-click repeat to fix the page is better, than reloading it all again.
New feature
In "Network log" -> "Details" screen, to be able to set "Mock answers for such requests" option. This will make all request to same URL with same method and request body to receive specified answer.
This overlaps a bit with RoboHydra or Charles/Fiddler, but would be nice to have this in DF, because you will be able to use it for remote debugging.
Use case 1:
Dev server does not implement API - but front-end developer needs to test his feature.
Use case 2:
Production server is experiencing troubles, and one API (or static resource) returns wrong response. Developer needs to quickly plumb such resource with mock, to be able to do his fix.
The text was updated successfully, but these errors were encountered:
[enhancement]
In Network panel, there is a useful feature "Make request", but its a bit not user friendly - as you need to copy/paste headers and request URL to repeat request that have been sent previously, during same session.
Would have been nice, if we could have been able to click a button "repeat this request" in a "Network log" sub-tab. (Or a dropdown list, with all recent requests)
Use case: request simply timed-out, because dev server is experiencing difficulties. One-click repeat to fix the page is better, than reloading it all again.
In "Network log" -> "Details" screen, to be able to set "Mock answers for such requests" option. This will make all request to same URL with same method and request body to receive specified answer.
This overlaps a bit with RoboHydra or Charles/Fiddler, but would be nice to have this in DF, because you will be able to use it for remote debugging.
Use case 1:
Dev server does not implement API - but front-end developer needs to test his feature.
Use case 2:
Production server is experiencing troubles, and one API (or static resource) returns wrong response. Developer needs to quickly plumb such resource with mock, to be able to do his fix.
The text was updated successfully, but these errors were encountered: