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

Suggested by @gavinbarron https://github.com/microsoftgraph/msgraph-developer-proxy/issues/71#issuecomment-1349707497 We currently provide install instructions for Windows and macOS in the Get started section. We should also provide instructions for WSL (Windows Subsystem for Linux).

documentation

`m365proxy -f bar` results in... ![image](https://github.com/microsoft/m365-developer-proxy/assets/11563347/5b77e874-07db-4e4f-8d39-fe60af14eef1) We should update the error handling to provide a more meaningful error.

enhancement

I'd like to simulate connection failures and did not find any documentation if this can be done. This is something I'd like to be able to spray randomly into all...

enhancement
needs spec

Related to #8 Extend the rate limiting plugin with support for batching. When processing batch responses, augment the response body of relevant requests that support rate limiting with rate limiting...

enhancement

Race condition in fetching Graph access token via on-behalf-of (OBO) flow after consent: If your app calls Microsoft Graph, you might use the on-behalf-of (OBO) flow in your API to...

enhancement

We should consider implementing throttling guidance for the bot service using the information from https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/rate-limit. Developers can test basic throttling behaviors already now using the GenericRandomErrorPlugin. We could make it...

enhancement

Related to #57 and #261 Move the minimal permissions plugin to production API when it becomes available

on hold

Right now, if an option uses a default value, it will overwrite whatever setting we have in appsettings.json. One way to solve it would be to not use default values...

enhancement

Hi folks 👋, So I noticed that currently there is little guidance around developing and adding (or replacing existing ones with) custom plugins. I mean the `appsettings.json` seems quite clear...

documentation

We should add a guide to the common problems section to highlight why this is and how to resolve it.

documentation
question