operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 47 forks source link

Network details doesn't display custom content-type body #153

Open mrak opened 11 years ago

mrak commented 11 years ago

Our web app uses json with content-type: application/vendor.corporation.com+json to communicate between client/server.

This custom content-type is merely plain-text, properly formatted json. The Network details, however, just says:

Unable to show data of type application/vendor.corporation.com+json

Please show plain-text content/post bodies when possible, or allow a "Show me anyway" option.

This may be related to issue #152