dev-proxy icon indicating copy to clipboard operation
dev-proxy copied to clipboard

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.

Results 47 dev-proxy issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Document the steps needed to use Playwright to automate chaos testing a web app connected to Microsoft Graph.

documentation

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.

documentation

### 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,...

enhancement
work in progress

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...

documentation

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...

enhancement
needs spec

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...

enhancement

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...

documentation

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...

documentation
help wanted

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...

enhancement
needs spec