I would like to target the problem that was introduced in our Kathatrsis library by @Ramblurr:
Since JSON API uses a custom content type, and Katharsis correctly sets this, the result
is you can't just view a Katharsis api response in the browser.
On firefox at least, it prompts you to download the response body.
Perhaps setting Content-Disposition to inline would work?
Has anyone seen this before? What's the workaround?
Do you think that standard should be extended/updated to face the following problem?
I would like to target the problem that was introduced in our Kathatrsis library by @Ramblurr:
https://github.com/katharsis-project/katharsis-core/issues/310
Do you think that standard should be extended/updated to face the following problem?