Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oauth v2 generate token: Wrong Content Type is used on Chrome 4.12.0 #1329

Open
tavatir opened this issue Jan 29, 2025 · 0 comments
Open

Oauth v2 generate token: Wrong Content Type is used on Chrome 4.12.0 #1329

tavatir opened this issue Jan 29, 2025 · 0 comments
Labels

Comments

@tavatir
Copy link

tavatir commented Jan 29, 2025

When generating new token on Chrome for the following case, content type of the request is set as "text/plain;charset=UTF-8", which fails for the endpoint I use. However, it is set correctly as "application/x-www-form-urlencoded" on Firefox for the same scenario.

Flow: Client Cridentials
Method: POST
Client authentication: Credentials in request body

@frigus02 frigus02 added the bug label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants