API 上的 "post" 方法出现 "org.glassfish.jersey.message.internal.HeaderValueException" 错误

Getting "org.glassfish.jersey.message.internal.HeaderValueException" error for a "post" method on an API

我得到的异常是

org.glassfish.jersey.message.internal.HeaderValueException: Too many "Content-Type" header values: "[application/json, application/json]"

当我收到此错误时,我正在传递内容类型为 'application/x-www-form-urlencoded' 的请求。当我尝试不传递内容类型时,我仍然遇到同样的异常。

请使用最新的空手道版本,你应该可以解决这个问题:https://github.com/intuit/karate