HTTP.jl managing cookies similar to Python Requests

If the server returns a Set-Cookieheader, 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