As far as I know right now, Montoya's Cookie interface allows the domain, path, expiration, name, and value of a HTTP cookie to be accessed easily. However, there is no support for checking common cookie attributes like HttpOnly, secure, etc.
It would be great to have a few additional methods along the lines of httpCookie.isSecure() or httpCookie.isHttpOnly() that return Booleans to make it easy to check security properties of set cookies within extensions.
Hi all,
Thanks for the great work developing Montoya.
As far as I know right now, Montoya's Cookie interface allows the domain, path, expiration, name, and value of a HTTP cookie to be accessed easily. However, there is no support for checking common cookie attributes like HttpOnly, secure, etc.
It would be great to have a few additional methods along the lines of httpCookie.isSecure() or httpCookie.isHttpOnly() that return Booleans to make it easy to check security properties of set cookies within extensions.
Thank you!