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
This application exposes Server and Client details and informations available in code (dotnet).
18
+
- Have you ever needed a tool that exposes some information of the request client? (What headers is comming to server, what client IP, in witch header?)
19
+
- Have you ever needed a tool that exposes some enviroment variable that application is considering, in a non-develop environment?
20
+
- Have you ever be curious what developer have the information to use in thier applicatons?
21
+
22
+
This application exposes Server and Client request details available in code (dotnet).
19
23
20
24
Usefull to IT Admins to know details of environment, mainly in diferent contexts, such as contaniner environment.
21
25
22
26
Usefull to developers in development time to know the environment virables and other informations about destination environment.
23
27
24
-
Not recommended to leave on production environments with public access.
28
+
> [!IMPORTANT]
29
+
> This is a debugging tool. Not recommended to leave on production environments with public access.
30
+
31
+
This is the portable version to run standalone, or in a Docker container.
32
+
33
+
## Pre-Requisites
34
+
35
+
To run the project locally, you'll need to make sure the following tools are installed:
0 commit comments