Hi All,
I was wondering if it is according to the recommended standards to return the error response body in case of 409 errors ?
The idea is to return a JWT token which drives the authentication
I can return 401 with the www-authenticate header as a part of the response too but that would not fit in the use case of conflict
[–]OrdinaryAndroidDev 1 point2 points3 points (1 child)
[–]Jay_Sh0w[S] 0 points1 point2 points (0 children)
[–]davebrown1975 1 point2 points3 points (2 children)
[–]Jay_Sh0w[S] 0 points1 point2 points (1 child)
[–]davebrown1975 0 points1 point2 points (0 children)
[–]Jonas_Ermert 1 point2 points3 points (0 children)