Skip to content

Conversation

ftore
Copy link

@ftore ftore commented Jun 22, 2020

Current implementation of getCookies uses javascript document.cookie to get cookies. However , it doesn't return HttpOnly cookies which can be set server side. The reason for this is javascript doesn't have access to HttpOnly cookies. This PR contains addition method called getAllCookies that return all cookies that has beed set.

This PR is the slight modification of this one which also fixes all the conflicts: #608

Discussion for this PR is here: #336

…ng httponly ones. Current getCookies() method doesn't return httponly cookies such as SESSION.
@shinriyo
Copy link

@fluttercommunity
not check?

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

Successfully merging this pull request may close these issues.

2 participants