Answers for "unirest basic auth"

0

unirest basic auth

Unirest.get("http://localhost")
            .basicAuth("user", "password1!")
            .asString();

// this adds the header "Authorization: Basic dXNlcjpwYXNzd29yZDEh"Copy
Posted by: Guest on February-03-2022

Browse Popular Code Answers by Language