We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
@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
:cookie-policy :none
For a similar issue, see #578.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: