Fork me on GitHub
#keechma
<
2021-02-08
>
mihaelkonjevic15:02:02

@singhamritpal49 you will need to read the cookie somehow, and then pass it to the request. I would do it from the controller level, and then pass it as a request parameter.

mihaelkonjevic15:02:40

Here’s a namespace that you can use to read / write cookies

mihaelkonjevic15:02:02

another option is to use http://goog.net.cookies directly like this (.get .cookies "auth")