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
10.4.2 401 Unauthorized
The request requires user authentication. The response MUST include a
WWW-Authenticate header field (section 14.47) containing a challenge
applicable to the requested resource. The client MAY repeat the
request with a suitable Authorization header field (section 14.8). [...]
I stumbles open this while tinkering with the successor of RestTemplate, the WebClient.
Maybe we should return 403 Forbidden instead of 401 Unauthorized?
The text was updated successfully, but these errors were encountered:
https://tools.ietf.org/html/rfc2616#section-10.4.2
I stumbles open this while tinkering with the successor of
RestTemplate
, theWebClient
.Maybe we should return 403 Forbidden instead of 401 Unauthorized?
The text was updated successfully, but these errors were encountered: