-1

I am unable to solve below issue

error : com.intuit.karate : karateexception , response:missing mandatory digest value

while i am hitting service through postman giving 200 OK success response but the same service/end point placed in my script and executed through karate frame work i am facing above issue.

1 Answers1

0

There is no built-in support for HTTP digest auth in Karate. But most teams implement this using custom code, for example look at the JWT example:

https://stackoverflow.com/a/52205655/143475

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248