Caused by: org.ektorp.DbAccessException: 401:Unauthorized
URI: /talk/com.eckoit.recording%3A1359914997839
Response Body:
{
"error" : "unauthorized",
"reason" : "Authentication required."
}
There are 1 args
Arg: {"url":"http://nwt.ic.ht","db":"talk","recording":"com.eckoit.recording:1359914997839","user":"ryan","dd":"TaLK"}
Other option is to provide a auth dialog to the user.
Should look at passing the AuthSession cookie to webstart, and then setting the header here:
https://github.com/helun/Ektorp/blob/master/org.ektorp/src/main/java/org/ektorp/http/StdHttpClient.java#L140
Other option is to provide a auth dialog to the user.