Confirmed users
699
edits
Line 188: | Line 188: | ||
=== Example usage of bug reporting by plugin vendors === | === Example usage of bug reporting by plugin vendors === | ||
If the UA, plugin, and user opt in to sending a bug report to the plugin vendor on a crash, it will take the form of a GET request to the expanded, plugin-vendor-supplied bugReportURL. As in the example above | |||
GET http://crash-report.foovendor.com/submit?url=http://webpage.com&crash=http://uacrashdatabase.com/crash?id=12345&args=...&otherinfo=...&newinfo=... | |||
Some possible uses | |||
# Crash database | |||
# Analysis of crash resulting in HTML response to GET that contains instructions for the user on how to fix the crash's underlying cause (e.g., update to latest version) | |||
# ??? | |||
== Conformance == | == Conformance == |