I'm implementing a custom API on top of SBT. I'm doing this so I can manipulate and transform the response from connections before returning it to the user.
The basic auth with username and password is working. But I can't seem to find out how I can add the JSESSIONID header to ClientService (ClientService.Args) on a request before its sent.
Any idea how this can be done ?