【发布时间】:2017-12-27 13:57:36
【问题描述】:
我得到的例外是
org.glassfish.jersey.message.internal.HeaderValueException:“Content-Type”标头值过多:“[application/json, application/json]”
当我收到此错误时,我正在传递内容类型 = 'application/x-www-form-urlencoded' 的请求。当我尝试不传递内容类型时,我仍然遇到同样的异常。
【问题讨论】:
标签: cucumber bdd rest-assured web-api-testing karate