You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debug HTTP traffic directly inside your ASP.NET Core pipeline.
3
+
DebugProbe.AspNetCore is a lightweight ASP.NET Core debugging tool for inspecting HTTP traffic directly inside your application.
4
4
5
-
[DebugProbe Website](https://debugprobe.dev)
5
+
It captures request and response data, exposes a local dashboard, and helps compare traces during API development without requiring a proxy, browser extension, or external SaaS service.
-Ignored path configuration for noisy or sensitive endpoints
74
67
- Sensitive header masking
75
-
76
-
---
68
+
- Outgoing `HttpClient` request tracing
77
69
78
70
## Security Defaults
79
71
80
-
Sensitive headers are automatically masked:
81
-
82
-
- Authorization
83
-
- Cookie
84
-
- Set-Cookie
85
-
86
-
Localhost compare targets are blocked by default.
87
-
88
-
---
72
+
DebugProbe masks common sensitive headers automatically:
89
73
90
-
## Production Usage
74
+
-`Authorization`
75
+
-`Cookie`
76
+
-`Set-Cookie`
91
77
92
-
DebugProbe is intended primarily for development environments.
78
+
## Intended Usage
93
79
94
-
If used in production:
80
+
DebugProbe is designed primarily for local development and controlled development environments.
95
81
96
-
- add authentication
97
-
- restrict access
98
-
- filter sensitive data
82
+
If you use it outside local development, protect the dashboard with authentication, restrict network access, and avoid capturing sensitive endpoints or payloads.
99
83
100
-
---
84
+
## Documentation
101
85
102
-
## Documentation & Demo
86
+
For full setup details, screenshots, dashboard behavior, configuration options, and live examples, see the documentation:
Contributions are welcome. Please read [CONTRIBUTING.md](https://github.com/DebugProbe/DebugProbe.AspNetCore?tab=contributing-ov-file) before opening an issue or pull request.
113
93
114
94
## License
115
95
116
-
Apache License 2.0
96
+
DebugProbe.AspNetCore is licensed under the [Apache License 2.0](https://github.com/DebugProbe/DebugProbe.AspNetCore/blob/main/LICENSE).
Debug HTTP traffic directly inside your ASP.NET Core pipeline.
3
+
DebugProbe.AspNetCore is a lightweight ASP.NET Core debugging tool for inspecting HTTP traffic directly inside your application.
4
4
5
-
[DebugProbe Website](https://debugprobe.dev)
5
+
It captures request and response data, exposes a local dashboard, and helps compare traces during API development without requiring a proxy, browser extension, or external SaaS service.
-Ignored path configuration for noisy or sensitive endpoints
74
67
- Sensitive header masking
75
-
76
-
---
68
+
- Outgoing `HttpClient` request tracing
77
69
78
70
## Security Defaults
79
71
80
-
Sensitive headers are automatically masked:
81
-
82
-
- Authorization
83
-
- Cookie
84
-
- Set-Cookie
85
-
86
-
Localhost compare targets are blocked by default.
87
-
88
-
---
72
+
DebugProbe masks common sensitive headers automatically:
89
73
90
-
## Production Usage
74
+
-`Authorization`
75
+
-`Cookie`
76
+
-`Set-Cookie`
91
77
92
-
DebugProbe is intended primarily for development environments.
78
+
## Intended Usage
93
79
94
-
If used in production:
80
+
DebugProbe is designed primarily for local development and controlled development environments.
95
81
96
-
- add authentication
97
-
- restrict access
98
-
- filter sensitive data
82
+
If you use it outside local development, protect the dashboard with authentication, restrict network access, and avoid capturing sensitive endpoints or payloads.
99
83
100
-
---
84
+
## Documentation
101
85
102
-
## Documentation & Demo
86
+
For full setup details, screenshots, dashboard behavior, configuration options, and live examples, see the documentation:
Contributions are welcome. Please read [CONTRIBUTING.md](https://github.com/DebugProbe/DebugProbe.AspNetCore?tab=contributing-ov-file) before opening an issue or pull request.
113
93
114
94
## License
115
95
116
-
Apache License 2.0
96
+
DebugProbe.AspNetCore is licensed under the [Apache License 2.0](https://github.com/DebugProbe/DebugProbe.AspNetCore/blob/main/LICENSE).
0 commit comments