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
Currently, we are able to mock/intercept only those requests which are already listened/listed on the UI. We could implement a Add button which opens up a input which prompts the user for URL and a method. Once that is provided, we could allow the extension to mock the requests with a custom used provided response, content-type and status-code.
The text was updated successfully, but these errors were encountered:
Currently, we are able to mock/intercept only those requests which are already listened/listed on the UI. We could implement a
Add
button which opens up a input which prompts the user forURL
and amethod
. Once that is provided, we could allow the extension to mock the requests with a custom used provided response, content-type and status-code.The text was updated successfully, but these errors were encountered: