We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could it be that the "application/x-www-url-formencoded" should be "application/x-www-form-urlencoded" ?
line 676 in jwt.go : } else if contentType == "application/x-www-url-formencoded" {
When sending a form using Insomnia the form data is not included in the request sent to OPA
The text was updated successfully, but these errors were encountered:
Could it be that the "application/x-www-url-formencoded" should be "application/x-www-form-urlencoded" ? line 676 in jwt.go : } else if contentType == "application/x-www-url-formencoded" { When sending a form using Insomnia the form data is not included in the request sent to OPA
Looks like you're right. Would you mind providing a PR for this ?
Sorry, something went wrong.
application/x-www-form-urlencoded
Successfully merging a pull request may close this issue.
Could it be that the "application/x-www-url-formencoded" should be "application/x-www-form-urlencoded" ?
line 676 in jwt.go :
} else if contentType == "application/x-www-url-formencoded" {
When sending a form using Insomnia the form data is not included in the request sent to OPA
The text was updated successfully, but these errors were encountered: