无法从空手道配置 Content-Type header

Unable to configure Content-Type header from karate

我正在尝试从空手道配置 header 'Content-Type',但我无法这样做。我尝试了这些 * configure headers = {'Content-Type' : 'application/json;charset=UTF-8'} 和 * header Content-Type = 'application/json;charset=UTF-8'。但是在我进行的 post 调用中,我总是得到 Content-Type: text/plain 这是错误的。谁能帮忙?非常感谢!

其实,没关系。我通过添加 * header Content-Type = 'application/json' 而不是 Content-Type' : 'application/json**;charset=UTF-8.我删除了 ;charset=UTF-8。如果我添加这个,它就会中断。我收到错误 java.lang.IllegalArgumentException:MIME 类型可能不包含保留字符 在 org.apache.http.util.Args.check(Args.java:36)。