There are three elements to a Dev Proxy configuration. The first is frequent to all configurations and particulars the schema used for configuration. This must be the model for the Dev Proxy launch you’re utilizing and a hyperlink to the file on GitHub. Next is a listing of the plug-ins getting used. Finally, the applying configuration knowledge: the APIs being watched, the errors being injected, and the speed restrict that’s utilized to calls. Plug-ins might have their very own configuration knowledge that’s utilized when the plug-in is loaded.
One key function of Dev Proxy is that it’s selective. You can let some API calls move by way of, apply errors and fee limits to others, and intercept nonetheless extra, redirecting calls to Dev Proxy-hosted mocks. This flexibility means that you can decide and select what’s examined and the way. Finding the APIs to intercept requires utilizing the proxy as a clear proxy, discovering and recording all requests from a particular course of. (You must specify this, as in any other case Dev Proxy will document all community requests from each utility in your PC.)
Armed with a listing of URLs, now you can add the checks you need to apply to your code, intercepting requests for particular addresses and delivering mock responses. You first must load the MockResponsePlugin and provides it a listing of API calls and the related responses.






