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
According to HTTP standard, when "Bad content type" is reported, we should send a list of accepted content types for the given address in Accept header.
This could be realized by a walk over the type with a given path.
According to HTTP standard, when "Bad content type" is reported, we should send a list of accepted content types for the given address in
Accept
header.This could be realized by a walk over the type with a given path.
This allows for content negotiation and speeds up debugging expectations of API servers:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation#the_accept_header
The text was updated successfully, but these errors were encountered: