I'm not experienced in Java programming that's why I used Karate over Rest-Assured for API testing. Unfortunately service that I'm testing is using digest authentication.
What would be the easiest way to implement digest authentication and use it in my request in Karate feature files?
Can I for example perform a call to external Java code the will use Rest-Assured build-in digest auth methods and then grab the response in my Karate feature file?
Can someone more experienced guide me trough the easiest way to authenticate my request in Karate feature test using digest auth?