3

Karate test - encoding issue. My subsystem is not expecting any encoding in the header, but when I am trying to test that service, by default the header - Content-Type: application/json;charset=UTF-8 is going.

Is there any way to disable this encoding in karate test

Gnaneswar
  • 41
  • 2

1 Answers1

1

Even I faced the same issue. Configure charset to be null * configure charset = null

https://stackoverflow.com/a/53651454/6518053