bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Implementing draft to update RFC6265


From: Kushagra Singh
Subject: Re: [Bug-wget] Implementing draft to update RFC6265
Date: Sun, 24 Jan 2016 04:06:40 +0530

Thanks a lot for the help!

I've made some progress, but have a couple of more questions

- I can't manage to find the http-only-flag in the cookie struct, do we not
store this?
- The draft asks to check whether the "scheme" component of the
"request-uri" denotes a secure protocol or not. Currently I am checking
using "#ifdef HAVE_SSL". I am not sure whether this is the right way to do
so, since having SSL with wget does not necessarily mean that the current
connection is secure.
- To check whether there exists a cookie whose domain, domain-matches the
domain of a new cookie, we should iterate through the chains returned by
find_chains_of_host right?

Regards,
Kush


reply via email to

[Prev in Thread] Current Thread [Next in Thread]