tkf/emacs-request

[Question] Clean cookies.

Closed this issue · 1 comments

Is there a way that I can cleanup cookies? So every time I made a request I will get all brand new and
refreshed cookie? Thanks!

(let ((request--curl-cookie-jar (expand-file-name (make-temp-name "my-cookie-")
                                                  temporary-file-directory)))
  (request "https://leetcode.com"))