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
At the moment flask-restful has a limitation where it cannot return a mimetype that is different from the requesting mimetype (it ignores the Accept header). A work-around might be possible by designing a custom api class.
At the moment
flask-restful
has a limitation where it cannot return a mimetype that is different from the requesting mimetype (it ignores theAccept
header). A work-around might be possible by designing a custom api class.For more info see flask-restful/flask-restful#726 and https://stackoverflow.com/questions/47654056/flask-attempting-to-serialize-as-json-despite-mimetype-text-plain.
The text was updated successfully, but these errors were encountered: