Looking for a way to view the request body of a web request to see what parameters are there. Don't need to know the values of the parameters, just the parameters themselves. Any ideas?
Solved! Go to Solution.
I believe you're only ever going to be able to see request/response parameters and headers, never anything in the body of requests/responses. This was never possible in AppMon and I bet it's an intentional choice to avoid capturing such data.
James
Featured Posts