Omnibug does not show all data points
In some instances you may notice that the parsed data does not look complete.
Check the network tab to verify that there is a payload passed
Verifying against the network tab is the best way to confirm if this is an issue on the site, with your browser, or with Omnibug. If you see the same number of URL parameters, POST data, etc. then the issue is with your implementation.
Check the network tab to verify the request type
Omnibug may show partial data when the request has a POST
method and PING
type.
This is due to a Chromium bug where the POST data is not passed to Omnibug for parsing.
This does not impact non-Chromium browsers, ping requests that do not include POST data, nor non-ping request types.
This is currently being tracked in issue 213.
There is an issue with Omnibug's parsing
If the instructions above do not uncover any issues, please log a bug!