Dev Proxy website screenshot

Dev Proxy

Dev Proxy is a Microsoft command-line tool for simulating, testing, and debugging API interactions during development.

1 APIs 0 Features
Debugging ProxyProxy

APIs

Dev Proxy

Dev Proxy is a Microsoft command-line tool for simulating, testing, and debugging API interactions during development.

Agent Skills

pr-review

AGENT SKILL

winui-code-review

AGENT SKILL

winui-design

AGENT SKILL

winui-dev-workflow

AGENT SKILL

winui-packaging

AGENT SKILL

winui-session-report

AGENT SKILL

winui-setup

AGENT SKILL

winui-ui-testing

AGENT SKILL

winui-wpf-migration

AGENT SKILL

Collections

Pricing Plans

Dev Proxy Plans Pricing

3 plans

PLANS

Rate Limits

Dev Proxy Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization
🔗
AgentSkills
AgentSkills

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Microsoft Dev Proxy — Proxy API
  version: 1.0.0
items:
- info:
    name: Proxy
    type: folder
  items:
  - info:
      name: Get Dev Proxy state
      type: http
    http:
      method: GET
      url: http://localhost:8897/proxy
    docs: Returns information about the currently running Dev Proxy instance.
  - info:
      name: Control Dev Proxy
      type: http
    http:
      method: POST
      url: http://localhost:8897/proxy
      body:
        type: json
        data: '{}'
    docs: Start or stop request recording.
  - info:
      name: Raise a mock request
      type: http
    http:
      method: POST
      url: http://localhost:8897/proxy/mockrequest
    docs: Equivalent of pressing `w` in the Dev Proxy console.
  - info:
      name: Download Dev Proxy root certificate (PEM)
      type: http
    http:
      method: GET
      url: http://localhost:8897/proxy/rootCertificate
      params:
      - name: format
        value: ''
        type: query
    docs: Download Dev Proxy root certificate (PEM)
  - info:
      name: Gracefully shut down Dev Proxy
      type: http
    http:
      method: POST
      url: http://localhost:8897/proxy/stopproxy
    docs: Gracefully shut down Dev Proxy
- info:
    name: JWT
    type: folder
  items:
  - info:
      name: Generate a JWT
      type: http
    http:
      method: POST
      url: http://localhost:8897/proxy/jwtToken
      body:
        type: json
        data: '{}'
    docs: Generate a JWT
bundled: true