You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
Hi, i just added this support in c060f85, but haven't tested in the real world. Can you clone the repo and test for your use case?
You can start a scala console with ./sbt console
Example usage looks like: scalaj.http.Http(url).digestAuth(user, pass).asString
Many tools like curl, Apache HttpComponents allow to do this.
I think only Basic auth is possible.
The text was updated successfully, but these errors were encountered: