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
Experienced
Using content type application/x-www-form-urlencoded;charset=UTF-8 results in the following error: {"code":"UNSUPPORTED_MEDIA_TYPE","message":"the content type: application/x-www-form-urlencoded;charset=UTF-8, is not supported (supported: application/x-www-form-urlencoded, application/json)"}
Expected
Ability to use fully expressive content-type headers.
Reproduction
Start OIDC authentication flow
POST login w/ content-type w/ charset
The text was updated successfully, but these errors were encountered:
Experienced
Using content type
application/x-www-form-urlencoded;charset=UTF-8
results in the following error:{"code":"UNSUPPORTED_MEDIA_TYPE","message":"the content type: application/x-www-form-urlencoded;charset=UTF-8, is not supported (supported: application/x-www-form-urlencoded, application/json)"}
Expected
Ability to use fully expressive content-type headers.
Reproduction
The text was updated successfully, but these errors were encountered: