# HTTP.jl managing cookies similar to Python Requests

**URL:** https://discourse.julialang.org/t/http-jl-managing-cookies-similar-to-python-requests/23665
**Category:** New to Julia
**Tags:** question, package
**Created:** [April 29, 2019, 7:28pm UTC](https://discourse.julialang.org/t/http-jl-managing-cookies-similar-to-python-requests/23665 "2019-04-29T19:28:55Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![benelsen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/benelsen/32/1620_2.png) [@benelsen](https://discourse.julialang.org/u/benelsen)
#### Post date: [May 1, 2019, 3:34pm UTC](https://discourse.julialang.org/t/http-jl-managing-cookies-similar-to-python-requests/23665/5 "2019-05-01T15:34:40Z")

</div>

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).

---

_[View the full topic](https://discourse.julialang.org/t/http-jl-managing-cookies-similar-to-python-requests/23665)._
