microsoft / microsoft/aspire

Intercept HTTP requests for observability

Open
#13,095 3 comments 4 reactions 0 assignees View on GitHub
area-app-model area-orchestrator
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

When debugging services using Aspire, I often need to see what HTTP request and responses (including payloads) are being sent between services. Currently, if I configure my application to log HTTP requests then I can see HTTP methods, URIs, and status codes in the logs but they do not expose headers or request & response payloads for me to inspect, and either way this requires bespoke configuration for each service.

### Describe the solution you'd like

I would like to be able to observe the HTTP requests/responses (incl payloads) sent between my services surfaced via the Dashboard, CLI, & MCP interfaces. For the latter two, that will allow LLMs and other tooling to assist with debugging.

We could capture these requests in DCP's proxy and expose them.

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.