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 108 dev-proxy issues
Sort by recently updated
recently updated
newest added

A new proxy backend and a new control flow, each plugin can decide to return a response. This is a work-in-progress, looking for feedback. Everything changed and not everything is...

This issue is related to #1339. ## Proposal - Remove the default config file from Dev Proxy. Instead, users should define custom configuration files tailored to their specific project or...

enhancement

Maybe it is a good idea to instead off proxy everything, the proxy itself would host a [wpad](https://cheapwindowsvps.com/blog/a-comprehensive-guide-to-utilizing-wpad-web-proxy-auto-discovery-protocol-on-windows/) file with just the defined hosts to point to the proxy. That...

enhancement
needs research

After implementing #1309, create a new sample that demonstrates the use of both LLMRateLimitingPlugin and the regular RateLimitingPlugin together. The sample should simulate realistic throttling scenarios that developers might encounter...

samples

To make it easier for developers to integrate Dev Proxy into GitHub Codespaces and VS Code Dev Containers, we should create a [Development Container Feature](https://containers.dev/implementors/features/) for Dev Proxy. **Benefits of...

enhancement
needs spec

Create a new sample that simulates responses from Azure AI Responsible AI filters. This sample should illustrate how such filters may block or modify responses based on responsible AI policies....

samples

Create a new sample that simulates a scenario where one of two language model deployments on Azure AI fails, to test if the application properly fails over to the healthy...

samples

Evaluate if MockGeneratorPlugin can record and replay mocks for sequential LLM requests without requiring user modifications. Clarify whether recorded mocks are reusable as-is or if additional steps are needed for...

needs research

To make it easier to consume abstractions, let's publish them to NuGet - [ ] Update .csproj to include all information needed for a NuGet package - [ ] Create...

enhancement

We need to research the feasibility of integrating Dev Proxy with LLMs provided by GitHub Models. Specifically, determine if the basic tier of GitHub Models can handle the volume of...

enhancement
needs research