https://github.com/ethomson/displayasprequest
Display the details of an ASP.net request
https://github.com/ethomson/displayasprequest
Last synced: 11 months ago
JSON representation
Display the details of an ASP.net request
- Host: GitHub
- URL: https://github.com/ethomson/displayasprequest
- Owner: ethomson
- Created: 2017-10-22T18:08:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T18:14:32.000Z (over 8 years ago)
- Last Synced: 2025-03-17T20:14:57.515Z (over 1 year ago)
- Language: C#
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DisplayAspRequest
=================
Displays the information in an ASP.net web request, so that you can debug
the values provided to your handler:
* The `HttpRequest` object
* Environment variables
* Application Settings
The included `Web.config` redirects all requests to the handler, so that
you can `GET` or `POST` arbitrary requests to see how ASP.net provides this
information to your handler.