You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the app is explicitly returning JSON, but might be worth considering using Nancy's content negotiation to allow other types. This will require that client's specify the type they want with a header but I think that's the correct way. I've seen an instance where someone changed the Nancy default to be JSON (if no header is present) which is something else to consider.
The text was updated successfully, but these errors were encountered:
👍 for having a default content type and also supporting other types via content negotiation. Whatever the resolution of this issue is, the supported types and response types should be documented in the readme and any other api documentation.
Currently the app is explicitly returning JSON, but might be worth considering using Nancy's content negotiation to allow other types. This will require that client's specify the type they want with a header but I think that's the correct way. I've seen an instance where someone changed the Nancy default to be JSON (if no header is present) which is something else to consider.
The text was updated successfully, but these errors were encountered: