Open nicovn opened 8 months ago
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 ?
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