Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to use Standard Cookie Spec. #579

Open
mplubratt opened this issue Dec 20, 2020 · 1 comment
Open

Add ability to use Standard Cookie Spec. #579

mplubratt opened this issue Dec 20, 2020 · 1 comment

Comments

@mplubratt
Copy link

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!

@rymndhng
Copy link
Collaborator

@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 #578.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants