Adobe Debugger broken for 'post' methods
The newest versions of app measurement code now can do post requests rather than the normal get requests
From app measurement 1.4.1 release notes: https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/release/c_release_notes_mjs.html
HTTP POST support.
Important: For an Analytics call to use the POST method instead of the GET method in AppMeasurement (a method of solving truncated URLs in IE), you must be using the latest Visitor ID Service implementation for Marketing Cloud.
however, when a POST is done the debugger will not show the request, omnibug won't show the request, observepoint plugin won't show the request. and even using firebug or chrome developer tools you have to take the post request information and run it through a url decoder like http://meyerweb.com/eric/tools/dencoder/ and then try to find 'pagename' to find the page name etc.
is there any chance of getting a debugger that works with post requests or is there some override that can be coded to stop post requests from any browser other than IE where image request length is an issue.