06 Feb 2018 03:01 PM
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.
06 Feb 2018 03:14 PM
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