Expand my Community achievements bar.

Improve the comparison of Platform requests

Avatar

Employee Advisor

5/29/20

I'm trying to see the differences between two Platform requests. The meaty part of the Platform request, which I control as an implementer is the "events" area of the post body. This is where all of my custom name/value pairs I am sending are contained. In the current formatting of the Debugger, it's nearly impossible to compare two requests side by side because this info is displayed in a tiny cell. You would have to click one cell, copy the JSON object then click the other cell and copy the JSON object and then compare the two using some other tool. Please make it easier to see the differences in the request between these two fields. I suspect this is a challenging task in all of the tools that have switched to sending data in the post request body (e.g. at.js 2.x) instead of as query string parameters.

dwright_1-1590787781957.png