clj-http icon indicating copy to clipboard operation
clj-http copied to clipboard

Add ability to use Standard Cookie Spec.

Open mplubratt opened this issue 4 years ago • 1 comments

I'm getting an HttpClient warning "Invalid expires attribute". I found the following post in stackOverflow that describes the problem and solution.

https://stackoverflow.com/questions/36473478/fixing-httpclient-warning-invalid-expires-attribute-using-fluent-api/40697322

I'm not familiar enough with Clojure and clj-http to implement a solution. Thank you!

mplubratt avatar Dec 20 '20 21:12 mplubratt

@mplubratt Did you intend on using cookies? If not, you may be able to ignore the warnings by disabling the cookie policy with :cookie-policy :none

For a similar issue, see https://github.com/dakrone/clj-http/issues/578.

rymndhng avatar Dec 22 '20 00:12 rymndhng