maoyuan121 / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Ability to view actual HTTP POST request details #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?

This is similar to Issue 124
(http://code.google.com/p/elmah/issues/detail?id=124) except that I'd like
to view POST or request details on the webpage rather than the email.

Instead of limiting it, I'd rather have it show everything included in the
request. Ideally, this would create a namevaluecollection to simply display
all form fields and their submitted values.

What goal would this enhancement help you achieve?

I'd be able to inspect bad HTTP requests so I can see if people are
inputting "invalid" data that is really valid.

Original issue reported on code.google.com by kamran.a...@gmail.com on 27 Mar 2010 at 4:24

GoogleCodeExporter commented 9 years ago
I'm relatively new to elmah but I believe what you're looking for is the 
Raw/Source data which is available via XML or JSON.  I use the XML but it does 
display the name/value pairs for form where the error was thrown. 

Hope that helps.

Original comment by jason.gl...@gmail.com on 10 Jan 2011 at 5:29