Form Values RaygunClient

haligasd

Posted on
Nov 14 2013

How do we get the full POST body included in the error context when an error occurs on a POST in asp.net?


John-Daniel Trask

Raygun

Posted on
Nov 15 2013

Any data that is available on HttpRequest.Form is automatically attached and should be visible in the dashboard Request tab. If the header has a Content-Type that is not text/html or application/x-www-form-urlencoded (i.e. is multipart/form-data) the content of the POST should be available on the RawData key. You might need to check the Raw tab to find this. If you're still not seeing the POST body after this, please attach a sample header/request and I'll get back to you.

Regards,

Callum Gavin


Reply