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
Is there any specification for the json response type when no authentication information is included in the request? http://tools.ietf.org/html/rfc6750#section-3.1 specifies that " [...] the resource server SHOULD NOT include an error code or other error information" but sending the response object of the oauth2 server results in [] with status code 401.
Is there any specification for the json response type when no authentication information is included in the request? http://tools.ietf.org/html/rfc6750#section-3.1 specifies that " [...] the resource server SHOULD NOT include an error code or other error information" but sending the response object of the oauth2 server results in
[]
with status code 401.I'd either expect a blank response or an empty object
{}
. UsingJSON_FORCE_OBJECT
inResponse::getResponseBody
resolves this.The text was updated successfully, but these errors were encountered: