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