All Downloads are FREE. Search and download functionalities are using the official Maven repository.

karate.basic-auth.js Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
function fn(creds) {
    var helper = Java.type('dev.soffa.foundation.commons.http.HttpUtil');
    return helper.createBasicAuthorization(creds.username, creds.password);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy