dev-proxy
dev-proxy copied to clipboard
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
As part of handling the TAC notification for Graph connectors, the API should validate the received token. If it doesn't, we shouldn't show a warning, similarly to how we do...
Document the steps needed to use Playwright to automate chaos testing a web app connected to Microsoft Graph.
We should publish a how-to page that shows how to let proxy intercept localhost requests in Chromium. This is invaluable for using Dev Proxy in the inner loop.
### Description Hey everyone, I've been trying to get devproxy to work on Linux for HTTPS proxying, but I'm hitting a wall. It works fine with HTTP, and on Windows,...
To help customers troubleshoot proxy not working as intended, we should create a page to which we can point to in-product, from issues, on social, etc. The page should contain...
We should offer support for troubleshooting most common issues with using Dev Proxy: - no requests intercepted - requests intercepted but passed through - SSL error in the app when...
Introduce new hotkey bound to 'i' that prints current context info, including: - full path of the config file - list of URLs to watch - list of enabled plugins...
When using Dev Proxy with PowerShell the current session does not pick up that proxy has been started or stopped. 1. Open PowerShell session (1) and issue a request to...
Add a how to article that explains how to use Dev Proxy with apps running in a Docker container. Include two scenarios: - [x] Dev Proxy is running on the...
It would be very cool if you could point the dev proxy to some openapi spec url and have it mock that api. And as an extra feature it should...