Good day! In my negative test cases I have to PUT a request without Content-Type header in order to match desired 4xx status code. The problem is karate automatically sets an ap
You can pass Content-Type by using the below line:
And header Content-Type = 'application/json; charset=utf-8'
Just set * configure charset = null:
* configure charset = null
Here is the documentation: https://github.com/intuit/karate#configure
For a detailed example, see: content-type.feature