If the server returns a Set-Cookie
header, like in your original post, you should just be able to just use the default cookie jar, but you do need to enable cookie support on each request with cookies = true
(or the workaround above in v0.8.0).
1 Like